File size: 420 Bytes
aee1a39
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "model_type": "film_unet2d",
  "architectures": ["FilmUnet2DModel"],
  "auto_map": {
    "AutoConfig": "configuration_film_unet2d.FilmUnet2DConfig",
    "AutoModel":  "modeling_film_unet2d.FilmUnet2DModel",
    "AutoImageProcessor": "image_processing_film_unet2d.FilmUnet2DImageProcessor"
  },
  "in_channels": 3,
  "num_classes": 1,
  "n_organs": 9,
  "size": 32,
  "depth": 5,
  "film_start": 0,
  "use_film": 1
}