摘要: ```python import torch import torch.nn as nn import torch.nn.functional as F import torch.optim as optim import torch.utils.data as Data from torchvis 阅读全文
posted @ 2023-05-26 10:35 J1nWan 阅读(38) 评论(0) 推荐(0)
摘要: # [cnn]cnn训练MINST数据集demo tips: 在文件路径进入conda 输入 ```jupyter nbconvert --to markdown test.ipynb``` 将ipynb文件转化成markdown文件 ```jupyter nbconvert --to html t 阅读全文
posted @ 2023-05-25 11:49 J1nWan 阅读(90) 评论(0) 推荐(0)