Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
a0405u committed Jan 26, 2021
1 parent e432500 commit 4ef80a6
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 @@ -47,7 +47,7 @@

try:

model = torch.load(MODEL_TRT_PATH)
model = torch.load(MODEL_TRT_PATH)
break

except FileNotFoundError:
Expand Down

0 comments on commit 4ef80a6

Please sign in to comment.