摘要:
使用VGG模型进行猫狗大战 import numpy as np import matplotlib.pyplot as plt import os import torch import torch.nn as nn import torchvision from torchvision impo 阅读全文
摘要:
一、MNIST 数据集分类 1.加载数据 import torch import torch.nn as nn import torch.nn.functional as F import torch.optim as optim from torchvision import datasets, 阅读全文