ryefoxlime
commited on
Commit
·
a235ac8
1
Parent(s):
bd7e1e7
Update config.json
Browse files- config.json +5 -0
config.json
CHANGED
@@ -1,6 +1,11 @@
|
|
1 |
{
|
|
|
|
|
|
|
2 |
"id2label": {
|
3 |
"0": "Normal",
|
4 |
"1": "Affected"
|
5 |
}
|
|
|
|
|
6 |
}
|
|
|
1 |
{
|
2 |
+
"architectures": [
|
3 |
+
"ResNetForMedicalClassification"
|
4 |
+
],
|
5 |
"id2label": {
|
6 |
"0": "Normal",
|
7 |
"1": "Affected"
|
8 |
}
|
9 |
+
"num_channels":3
|
10 |
+
"model_type": "resnet"
|
11 |
}
|