mkjaramillo commited on
Commit
aa30f21
1 Parent(s): f85095d

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "architectures": [
3
- "ViTForImageClassification"
4
  ],
5
  "attention_probs_dropout_prob": 0.0,
6
  "encoder_stride": 16,
@@ -19,7 +19,7 @@
19
  "No_Cancer": "1"
20
  },
21
  "layer_norm_eps": 1e-12,
22
- "model_type": "vit",
23
  "num_attention_heads": 12,
24
  "num_channels": 3,
25
  "num_hidden_layers": 12,
 
1
  {
2
  "architectures": [
3
+ "ResNetForImageClassification"
4
  ],
5
  "attention_probs_dropout_prob": 0.0,
6
  "encoder_stride": 16,
 
19
  "No_Cancer": "1"
20
  },
21
  "layer_norm_eps": 1e-12,
22
+ "model_type": "resnet",
23
  "num_attention_heads": 12,
24
  "num_channels": 3,
25
  "num_hidden_layers": 12,