aholk commited on
Commit
1f2c4b4
·
verified ·
1 Parent(s): e245337

set norm to True - I don't know why it didn't load from wandb correctly

Browse files
Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -10,7 +10,7 @@
10
  "model_arch": "unet",
11
  "model_type": "segmentation",
12
  "n_filts": 128,
13
- "norm": null,
14
  "num_channels": 3,
15
  "num_classes": 4,
16
  "t": 3,
 
10
  "model_arch": "unet",
11
  "model_type": "segmentation",
12
  "n_filts": 128,
13
+ "norm": true,
14
  "num_channels": 3,
15
  "num_classes": 4,
16
  "t": 3,