摘要: "pth文件详解" 除了保存state_dict,还可以保存其他参数, "参考" 阅读全文
posted @ 2020-04-09 20:33 happy_fan 阅读(108) 评论(0) 推荐(0) 编辑
摘要: Awesome github repository 2020AI会议时间 pytorch各种loss的实现, focal loss的总结 fair公用的函数: 里面有focal loss实现、FLOP计算等常用函数的实现 CVPR开源代码 learning rate warm up PFLD人脸关键 阅读全文
posted @ 2020-04-09 17:44 happy_fan 阅读(397) 评论(0) 推荐(0) 编辑
摘要: Linux tutorials 文件操作 rm test.txt #删除文件 安装软件 sudo dpkg -i package.deb # 从安装包安装 sudo apt-get install git # 在线安装 更新系统 sudo apt-get update sudo apt-get up 阅读全文
posted @ 2020-04-09 17:42 happy_fan 阅读(168) 评论(0) 推荐(0) 编辑
摘要: "参考" 出现这个问题有两个原因: cudnn版本不对:查找对应的cudnn重新安装 未设置显存利用率,这是需要增加下面的代码 阅读全文
posted @ 2020-04-09 15:31 happy_fan 阅读(235) 评论(0) 推荐(0) 编辑