Create new file
Browse files- requirements.txt +2 -0
requirements.txt
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#Load model
|
| 2 |
+
torch.load.state_dict(PATH)
|