Delete def_cnn.json

This commit is contained in:
David Rotermund 2023-01-15 00:50:15 +01:00 committed by GitHub
parent 52132a0d30
commit 3024f3238c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,19 +0,0 @@
{
"epoch_id_max": 200,
"batch_size": 24,
"stage_id": 0,
"simulation_id": 0,
"learning_parameters": {
"loss_mode": 1, // X-Entropy
"number_of_batches_for_one_update": 20,
"learning_rate_gamma_w": 0.001,
"lr_scheduler_patience_w": -1,
"adapt_learning_rate_after_minibatch": false,
"w_trainable": [
true
]
},
"augmentation": {},
"image_statistics": {},
"approximation_setting": {}
}