Skip to content

Commit 0a204cb

Browse files
authored
Update README.md
1 parent 8d07fab commit 0a204cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ net.load_state_dict(torch.load(`saved/models/paper_mnist_model.pt'))
7777
* The saved model trained on natural images can be found at `saved/models/paper_coco_model.pt`. To load:
7878
```
7979
from models.coco_model import *
80-
net = Net(strength = 0.2)
80+
net = Net(strength = 0.3)
8181
net.load_state_dict(torch.load(`saved/models/paper_coco_model.pt'))
8282
```
8383

0 commit comments

Comments
 (0)