Skip to content

Latest commit

 

History

History

test_results

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

This folder contains the results from the experiments.

There are two types of files:

  • Summary files (.txt): one line for each experiment, with the hyperparameters used for the experiment, the accuracy, training time and test time. The name of the file encodes information about the test executed. This is an example of a summary file.
  • Training/validation loss and accuracy: (.json): training and validation loss and accuracy for each epoch of the training process. It's the data returned by Keras' model.fit(...) function. The name of the file encodes the values of the hyparameters used for the test. This is an example of such a file.