ufc-predictor / config.json
zjpiazza's picture
Updated file structure and added predictor.py
cf2059c
raw
history blame contribute delete
439 Bytes
{
"model_type": "sequential",
"input_shape": [null, 200, 89],
"output_shape": [null, 1],
"num_layers": 3,
"activations": ["tanh", "sigmoid"],
"trainable_params": 76101,
"non_trainable_params": 0,
"optimizer_params": 2,
"total_params": 76103,
"framework": "tensorflow",
"optimizer": "adam",
"description": "Custom TensorFlow/Keras model with 3 layers for a binary classification task."
}