Xception-Model / config.json
lama9876's picture
Update config.json
6916d72 verified
raw
history blame contribute delete
439 Bytes
{
"architecture": "Xception",
"input_shape": [48, 48, 1],
"output_shape": [7],
"num_layers": 139,
"layer_types": ["InputLayer", "Conv2D", "BatchNormalization", "Activation", "SeparableConv2D", "MaxPooling2D"],
"activation_function": ["relu", "linear", "softmax"],
"num_parameters": 20893967,
"model_type": "Xception",
"pretrained_cfg": {
"mean": [0.5, 0.5, 0.5],
"std": [0.5, 0.5, 0.5],
"num_classes": 7
}
}