Daniele Picone
commited on
Commit
·
f56d591
1
Parent(s):
33a056b
Moved to v 0.10.2
Browse files
20241224_200733/direct/options.json
CHANGED
|
@@ -1 +1,16 @@
|
|
| 1 |
-
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"input_shape": {
|
| 3 |
+
"__tuple__": [
|
| 4 |
+
256,
|
| 5 |
+
256,
|
| 6 |
+
16,
|
| 7 |
+
1
|
| 8 |
+
]
|
| 9 |
+
},
|
| 10 |
+
"input_dtype": {
|
| 11 |
+
"__dtype__": "float32"
|
| 12 |
+
},
|
| 13 |
+
"linear_id": "inpainting",
|
| 14 |
+
"scale_ratio": null,
|
| 15 |
+
"lagrange_multipliers": null
|
| 16 |
+
}
|
20241224_200733/manifest.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
"id": "torch",
|
| 4 |
"device": "cpu"
|
| 5 |
},
|
| 6 |
-
"version": "0.10.
|
| 7 |
"direct_folder": "direct",
|
| 8 |
"options_path": "options.json",
|
| 9 |
"checkpoint_path": "lightning_logs/version_0/checkpoints/best.ckpt"
|
|
|
|
| 3 |
"id": "torch",
|
| 4 |
"device": "cpu"
|
| 5 |
},
|
| 6 |
+
"version": "0.10.2",
|
| 7 |
"direct_folder": "direct",
|
| 8 |
"options_path": "options.json",
|
| 9 |
"checkpoint_path": "lightning_logs/version_0/checkpoints/best.ckpt"
|