Closed ege-erdogan closed 1 year ago
For issue #1
Config file now accepts n_epochs, batch_sizes, learning_rates as lists; trains separate model for each combination of three values.
n_epochs
batch_sizes
learning_rates
After training, models are saved separately, with the # epochs, batch size, and learning rate values added to the model names.
All metrics are saved to the same file as before, with the # epochs, batch size, learning rate values added as columns.
For issue #1
Config file now accepts
n_epochs
,batch_sizes
,learning_rates
as lists; trains separate model for each combination of three values.After training, models are saved separately, with the # epochs, batch size, and learning rate values added to the model names.
All metrics are saved to the same file as before, with the # epochs, batch size, learning rate values added as columns.