摘要: ``` import numpy as np import torch import torchvision.transforms from torch.utils.tensorboard import SummaryWriter from torchvision.transforms import 阅读全文
posted @ 2023-07-04 17:29 DuJunlong 阅读(89) 评论(0) 推荐(0) 编辑
摘要: ##1.关系 用anaconda创建环境后,在环境里需要安装jupyter notebook,否则使用的就是base里面的jupyter ``` conda create -n new_env activate new_env conda install jupyter notebook ``` # 阅读全文
posted @ 2023-07-04 10:20 DuJunlong 阅读(65) 评论(0) 推荐(0) 编辑