Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
a0405u committed Jan 11, 2021
1 parent cf31a69 commit 19ddb9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified .DS_Store
Binary file not shown.
4 changes: 2 additions & 2 deletions lab3/lab3.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@

timest = time.time()

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

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

Expand Down

0 comments on commit 19ddb9a

Please sign in to comment.