问题 使用tensorboard对网络可视化的过程中遇到如下报错: AttributeError: type object ‘testModel’ has no attribute ‘training’ 解决办法 在 SummaryWriter.add_graph() 之前对网络 to(device) device = torch.device('cuda' if torch.cuda.is_available() else 'cpu'