Skip to content
This repository was archived by the owner on Sep 10, 2024. It is now read-only.

Commit 38a4e39

Browse files
authored
Update and rename resnet34_v1.py to resnet34.py
1 parent 6caa79f commit 38a4e39

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
"""ResNet34_V1.ipynb
2+
"""ResNet34.ipynb
33
44
Automatically generated by Colaboratory.
55
@@ -219,4 +219,4 @@ def test(model, test_loader, criterion=nn.CrossEntropyLoss()):
219219
for epoch in range(1, args.epochs):
220220
scheduler.step(epoch)
221221
train(model, epoch, optimizer, train_loader)
222-
test(model, test_loader)
222+
test(model, test_loader)

0 commit comments

Comments
 (0)