- 博客(2)
- 问答 (2)
- 收藏
- 关注
原创 CNN模型
CNN import torch import torch.nn as nn import torch.optim as optim from torchvision import datasets, transforms # 忽略警告 import warnings warnings.filterwarnings("ignore") def load_data(): train_dataset = datasets.MNIST( root="./data/FashionMNIS
2021-10-14 23:54:19
138
原创 微调预训练的VGG16网络
下面展示一些 内联代码片。 微调预训练的VGG16网络 // A code block var foo = 'bar'; // An highlighted block import numpy as np import hiddenlayer as hl import torch import torch.nn as nn import torch.utils.data as Data from torchvision import models from torchvision import tran
2021-10-14 23:52:28
804
1
空空如也
Hiddenlayer不显示训练过程图的曲线
2021-10-26
pointCNN下载数据集失败·
2021-06-05
TA创建的收藏夹 TA关注的收藏夹
TA关注的人