Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
a0405u committed Dec 29, 2020
1 parent d23596f commit 118a248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lab3/lab3.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

timest = time.time()

model = wide_resnet101_2(pretrained = True).eval().cuda()
model = torch.hub.load('pytorch/vision:v0.8.0', 'wide_resnet101_2', pretrained=True)
# model = alexnet(pretrained = True).eval().cuda()

print("model loaded in {}s".format(round(time.time() - timest, 2)))
Expand Down

0 comments on commit 118a248

Please sign in to comment.