2020年6月29日
摘要: import torch.nn as nn layers = nn.Linear(10, 2) = nn.Sequential(a, b) img = img.view( , ) Pycharm中什么函数可以ctrl左键,,,, 一个模块中的方法为什么不行,因为没有导入文件夹,而是直接运行 argp 阅读全文
posted @ 2020-06-29 12:21 DoctorZhao 阅读(115) 评论(0) 推荐(0) 编辑
  2020年6月18日
摘要: 各网络结构通用模式 各个模块 import hyperparameter 设置 数据加载 dataloader import torch.utils.data as Data train_loader = Data.DataLoader(dataset = train_data, batch_siz 阅读全文
posted @ 2020-06-18 13:21 DoctorZhao 阅读(38) 评论(0) 推荐(0) 编辑
  2020年6月17日
摘要: 查看下载源conda config --show-sources conda config --show channels 增加网址conda config --add channels http:// conda config --set show_channels_urls yes conda 阅读全文
posted @ 2020-06-17 21:56 DoctorZhao 阅读(46) 评论(0) 推荐(0) 编辑