1.VGG(11) # 导入所需要的库 import os # 用于文件和目录操作 import time # 用于处理时间和日期 import torch # PyTorch深度学习库 import torch.nn as nn # PyTorch中的神经网络模块 from torch