Skip to content
Snippets Groups Projects
Commit 9c2a3c67 authored by Franck Dary's avatar Franck Dary
Browse files

Enabled shuffling of training examples

parent ba81a847
Branches
No related tags found
No related merge requests found
......@@ -205,7 +205,7 @@ void train_nn(context * ctx)
classif->mlp->set_filenames(classifier_get_mlp_model_filename(classif),
classifier_get_mlp_struct_filename(classif));
bool shuffle_training = false;
bool shuffle_training = true;
classif->mlp->train(nb_iter_max, fann_train, fann_dev, convert_batch_to_dnn, shuffle_training);
classifier_print_desc_file(classif->filename, classif);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment