aholk commited on
Commit
12f0910
·
verified ·
1 Parent(s): 8678d02

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +4 -2
config.json CHANGED
@@ -2,10 +2,12 @@
2
  "architectures": [
3
  "UNetForSegmentation"
4
  ],
 
 
5
  "dtype": "float32",
6
- "img_size": null,
7
  "k": 5,
8
- "model_arch": null,
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,