I have built a model that trains using training.py. I want to tune the hyperparameters and run the following script from the notebook in loop by varying the arguments passed.
python training.py --cuda --emsize 1500 --nhid 1500 --dropout 0.65 --epochs 10
For eg: If the hyperparameter is dropout, I want to be able to run the script in loop by varying dropout values and plot the graph.