File size: 386 Bytes
0b4bf8c 4fdd31c 0b4bf8c 24c6059 0b4bf8c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
{
"model_type": "X-Ray_Classifiction",
"architectures": ["ResNet50V2"],
"num_classes": 2,
"class_names": ["NORMAL", "PNEUMONIA"],
"learning_rate": 0.000035,
"loss_function": "sparse_categorical_crossentropy",
"metric": "sparse_categorical_accuracy",
"imagenet_weights": true,
"trainable_base_model": false,
"normalize_input": true,
"resize_input": [224, 224, 3]
}
|