Upload folder using huggingface_hub
Browse files- config.json +4 -2
config.json
CHANGED
|
@@ -2,10 +2,12 @@
|
|
| 2 |
"architectures": [
|
| 3 |
"UNetForSegmentation"
|
| 4 |
],
|
|
|
|
|
|
|
| 5 |
"dtype": "float32",
|
| 6 |
-
"img_size":
|
| 7 |
"k": 5,
|
| 8 |
-
"model_arch":
|
| 9 |
"model_type": "segmentation",
|
| 10 |
"n_filts": 128,
|
| 11 |
"norm": null,
|
|
|
|
| 2 |
"architectures": [
|
| 3 |
"UNetForSegmentation"
|
| 4 |
],
|
| 5 |
+
"batch_size": 8,
|
| 6 |
+
"downsample_factor": 1.0,
|
| 7 |
"dtype": "float32",
|
| 8 |
+
"img_size": 128,
|
| 9 |
"k": 5,
|
| 10 |
+
"model_arch": "unet",
|
| 11 |
"model_type": "segmentation",
|
| 12 |
"n_filts": 128,
|
| 13 |
"norm": null,
|