Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
fpaissan
/
phinet_odl
like
0
License:
apache-2.0
Model card
Files
Files and versions
Community
fpaissan
commited on
Apr 10
Commit
1fdef2c
•
1 Parent(s):
de9c013
Update README.md
Browse files
Files changed (1)
hide
show
README.md
+2
-0
README.md
CHANGED
Viewed
@@ -24,4 +24,6 @@ model = PhiNet(
24
divisor=8,
25
compatibility=False
26
)
27
```
24
divisor=8,
25
compatibility=False
26
)
27
+
28
+
model.load_state_dict(torch.load(path_state_dict))
29
```