上一页 1 2 3 4 5 6 7 8 ··· 20 下一页

2022年8月20日

摘要: https://cloud.tencent.com/developer/article/1420454?from=article.detail.1695916 阅读全文
posted @ 2022-08-20 16:53 兔子二 阅读(19) 评论(0) 推荐(0)

2022年7月22日

摘要: 1. 先是用 apt install cuda 安装, 发现太慢, 然后中断, 换各种源, 发现仍然是从nvidia官网下载包。 2. 后来执行 apt clean, 然后在执行 apt install cuda, 就可以从新的源下载包。 阅读全文
posted @ 2022-07-22 14:34 兔子二 阅读(392) 评论(0) 推荐(0)
摘要: 1. 按照这里的方法,下载网卡驱动,make, make install 即可。 https://blog.csdn.net/weixin_47594928/article/details/1213605762. 然后nvidia 中文网站按照显卡型号,下载driver, 安装。 3. 然后安装cu 阅读全文
posted @ 2022-07-22 11:32 兔子二 阅读(88) 评论(0) 推荐(0)

2022年6月18日

摘要: https://blog.csdn.net/qq_44629163/article/details/124348366 阅读全文
posted @ 2022-06-18 11:42 兔子二 阅读(18) 评论(0) 推荐(0)

2022年6月14日

摘要: 1. ONNX简明教程 https://blog.csdn.net/xjm850552586/article/details/114898679 2. onnxruntime 文档 https://onnxruntime.ai/docs/ 3. pytorch 模型转 onnx 报错 (1)Expo 阅读全文
posted @ 2022-06-14 16:35 兔子二 阅读(378) 评论(0) 推荐(0)
摘要: 参考文献 https://www.assemblyai.com/blog/diffusion-models-for-machine-learning-introduction/ https://www.assemblyai.com/blog/how-dall-e-2-actually-works/ 阅读全文
posted @ 2022-06-14 14:17 兔子二 阅读(49) 评论(0) 推荐(0)

2022年4月13日

摘要: https://blog.csdn.net/qq_43627981/article/details/117655739 阅读全文
posted @ 2022-04-13 16:53 兔子二 阅读(139) 评论(0) 推荐(0)

2022年4月12日

摘要: 3. 多GPU模型转换到cpu上 通过DataParallel包装的model会再加一层module。所以state_dict会多一个module前缀。假设net1 是通过DataParallel包装的模型Net的实例,我们要把它装换到cpu上。方法就是重新建一个对象,把参数迁移过去 state_d 阅读全文
posted @ 2022-04-12 12:21 兔子二 阅读(178) 评论(0) 推荐(0)

2022年4月4日

摘要: 调试 https://blog.csdn.net/turtlejj/article/details/83860708 阅读全文
posted @ 2022-04-04 20:05 兔子二 阅读(34) 评论(0) 推荐(0)

2022年3月31日

摘要: https://www.cnblogs.com/hero123/p/13885513.html https://d.serctl.com/ 阅读全文
posted @ 2022-03-31 11:53 兔子二 阅读(18) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 20 下一页

导航