This repository contains a Python script for optimizing the hyperparameters of a Convolutional Neural Network (CNN) model using Optuna, a hyperparameter optimization library. The model is trained on ...
With ModelTrainer, when I'm using the command parameter in the SourceCode with an argument provided as part of the command, for example python launcher.py -e test.py, hyperparameters defined in the ...