上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 25 下一页
摘要: Subnational (doingbusiness.org) 阅读全文
posted @ 2023-08-22 11:49 有翅膀的大象 阅读(10) 评论(0) 推荐(0)
摘要: 爬取tabel表格贸易数据 阅读全文
posted @ 2023-08-22 11:36 有翅膀的大象 阅读(50) 评论(0) 推荐(0)
摘要: LinkSoul-AI/Chinese-Llama-2-7b: 开源社区第一个能下载、能运行的中文 LLaMA2 模型! (github.com) soulteary/docker-llama2-chat: Play LLaMA2 (official / 中文版 / INT4 / llama2.cp 阅读全文
posted @ 2023-08-21 17:12 有翅膀的大象 阅读(248) 评论(0) 推荐(0)
摘要: Introducing ChatGPT (openai.com) 学习的网站: • Discord | #🎓〡learning-ml | LAION 阅读全文
posted @ 2023-08-21 15:12 有翅膀的大象 阅读(20) 评论(0) 推荐(0)
摘要: 实质是根据被乘数(1011_1011)根据乘数(1101)进行移位相加,具体来说,data_out[11:0] = 1011_1011<<3 + 1011_1011<<2 + 1011_1011。 用加法实现a*5/16功能(要求四舍五入),输入为a,10bit位宽,输出结果为result。请写出下 阅读全文
posted @ 2023-08-21 10:51 有翅膀的大象 阅读(133) 评论(0) 推荐(0)
摘要: EleutherAI/vqgan-clip (github.com) nerdyrodent/VQGAN-CLIP: Just playing with getting VQGAN+CLIP running locally, rather than having to use colab. (git 阅读全文
posted @ 2023-08-18 16:44 有翅膀的大象 阅读(31) 评论(0) 推荐(0)
摘要: DALL·E: Creating images from text (openai.com) DALL·E 2 (openai.com) 阅读全文
posted @ 2023-08-18 15:12 有翅膀的大象 阅读(160) 评论(0) 推荐(0)
摘要: $("#setup").click(() => tryCatch(setup)); $("#add-row").click(() => tryCatch(addRow)); $("#add-column").click(() => tryCatch(addColumn)); $("#add-calc 阅读全文
posted @ 2023-08-18 14:05 有翅膀的大象 阅读(63) 评论(0) 推荐(0)
摘要: https://github.com/streamlit/demo-uber-nyc-pickups https://www.youtube.com/watch?v=ZZ4B0QUHuNc&list=PLtqF5YXg7GLmCvTswG32NqQypOuYkPRUE&ref=blog.stream 阅读全文
posted @ 2023-08-17 16:50 有翅膀的大象 阅读(237) 评论(0) 推荐(0)
摘要: import streamlit as st from transformers import GPT2LMHeadModel#, CpmTokenizer #from transformers.models.gpt2.modeling_gpt2 import GPT2LMHeadModel fro 阅读全文
posted @ 2023-08-17 16:07 有翅膀的大象 阅读(62) 评论(0) 推荐(0)
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 25 下一页