Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
huyvnphan authored Jan 11, 2021
1 parent 038caf6 commit 80c2325
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ my_model = vgg11_bn()

# Pretrained model
my_model = vgg11_bn(pretrained=True)
my_model.eval() # for evaluation
```

If you use your own images, all models expect data to be in range [0, 1] then normalized by
Expand Down

0 comments on commit 80c2325

Please sign in to comment.