上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 55 下一页

2023年10月9日

摘要: a=round(34.5+1e-10) print(a) 因为浮点数精度问题, python设置为 0.5舍弃. 所以我们都加上一个小误差1e-10. 不影响结果. 高级技巧: 如果你想无痛不改之前代码用的大量round, 来改变这个bug 那么用下面方法即可 import builtins def 阅读全文
posted @ 2023-10-09 09:22 张博的博客 阅读(112) 评论(0) 推荐(0) 编辑
摘要: 刚打开的文件你关闭了, 那么他的快捷方式就在下面!!!!!!!!!!!! C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\Recent 阅读全文
posted @ 2023-10-09 08:32 张博的博客 阅读(118) 评论(0) 推荐(0) 编辑

2023年10月8日

摘要: https://blog.csdn.net/KRISNAT/article/details/132261596 阅读全文
posted @ 2023-10-08 23:14 张博的博客 阅读(100) 评论(0) 推荐(0) 编辑
摘要: fastgithub_win-x64 阅读全文
posted @ 2023-10-08 09:11 张博的博客 阅读(34) 评论(0) 推荐(0) 编辑
摘要: 光的三原色是红绿蓝,颜色的三原色是红黄蓝。 阅读全文
posted @ 2023-10-08 08:26 张博的博客 阅读(133) 评论(0) 推荐(0) 编辑

2023年10月7日

摘要: Loop { function_get_RGB() Sleep 200 } function_get_RGB() { MouseGetPos, MouseX, MouseY PixelGetColor, color, %MouseX%, %MouseY% ;输出的是bgr SetFormat, In 阅读全文
posted @ 2023-10-07 22:38 张博的博客 阅读(34) 评论(0) 推荐(0) 编辑

2023年10月6日

摘要: https://www.bilibili.com/video/BV1xB4y1c7K8/?spm_id_from=333.788.top_right_bar_window_default_collection.content.click 阅读全文
posted @ 2023-10-06 16:10 张博的博客 阅读(16) 评论(0) 推荐(0) 编辑

2023年10月3日

摘要: 想学习第一篇博客: https://huggingface.co/blog/zh/rlhf RLHF 技术分解 RLHF 是一项涉及多个模型和不同训练阶段的复杂概念,这里我们按三个步骤分解: 预训练一个语言模型 (LM) ; 聚合问答数据并训练一个奖励模型 (Reward Model,RM) ; 用 阅读全文
posted @ 2023-10-03 23:31 张博的博客 阅读(118) 评论(0) 推荐(0) 编辑
摘要: https://huggingface.co/blog/peft 看代码: from transformers import AutoModelForSeq2SeqLM + from peft import get_peft_model, LoraConfig, TaskType model_nam 阅读全文
posted @ 2023-10-03 23:07 张博的博客 阅读(20) 评论(0) 推荐(0) 编辑
摘要: 有关计算机和数学问题可以15122306087联系我wechat 阅读全文
posted @ 2023-10-03 13:10 张博的博客 阅读(4) 评论(0) 推荐(0) 编辑
上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 55 下一页

导航