We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ac1e9c commit 92aa598Copy full SHA for 92aa598
tutorials/05 - Deep Residual Network/main-gpu.py
@@ -130,7 +130,6 @@ def forward(self, x):
130
optimizer = torch.optim.Adam(resnet.parameters(), lr=lr)
131
132
# Test
133
-resnet.eval()
134
correct = 0
135
total = 0
136
for images, labels in test_loader:
tutorials/05 - Deep Residual Network/main.py
0 commit comments