tflc / hparams.json
mmarrouchi's picture
move files at root level
a502ab1
raw
history blame
194 Bytes
{
"bias_regularizer": 0.0001,
"dropout_proba": 0.2,
"kernel_regularizer": 0.0001,
"layer_sizes": [
32,
3
],
"learning_rate": 0.001,
"num_epochs": 70
}