Dan Jacobellis
commited on
Commit
•
bfa4560
1
Parent(s):
9f1542c
typo
Browse files- convert_checkpoint.ipynb +1 -1
- stereo_5x.pth +2 -2
convert_checkpoint.ipynb
CHANGED
@@ -39,7 +39,7 @@
|
|
39 |
"with open('stereo_5x.json', 'w') as f:\n",
|
40 |
" json.dump(config.__dict__, f, indent=4)\n",
|
41 |
"del walloc_5x['config']\n",
|
42 |
-
"torch.save(
|
43 |
]
|
44 |
},
|
45 |
{
|
|
|
39 |
"with open('stereo_5x.json', 'w') as f:\n",
|
40 |
" json.dump(config.__dict__, f, indent=4)\n",
|
41 |
"del walloc_5x['config']\n",
|
42 |
+
"torch.save(walloc_5x, 'stereo_5x.pth')"
|
43 |
]
|
44 |
},
|
45 |
{
|
stereo_5x.pth
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eaab84da3c7473891307e4f08e314821879d9a3942e08b47e6278c78a3559b0b
|
3 |
+
size 65411913
|