fpaissan commited on
Commit
1fdef2c
1 Parent(s): de9c013

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -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
  ```