随笔分类 - pytorch
摘要:参考连接1:https://zhuanlan.zhihu.com/p/416083478 更清楚 参考连接2:https://blog.csdn.net/weixin_43178406/article/details/89517008 更全面 1、requires_grad 在pytorch中,te
阅读全文
摘要:数据写入: os.makedirs(os.path.join('..', 'data'), exist_ok=True) data_file1= os.path.join('..', 'data', 'animals.csv') with open(data_file1,'w',encoding='
阅读全文