While there is an option "--results_dir" in the MNIST/MNIST_Training.py script, this option is used nowhere. Instead, hard-coded paths are taken:
|
results_dir='LeNet/Models/' |
These paths should only be taken, when the option is None (the default value in
|
dest="results_dir", default = 'LeNet++/Models/') |
would need to be removed so that the default is
None).
While there is an option "--results_dir" in the MNIST/MNIST_Training.py script, this option is used nowhere. Instead, hard-coded paths are taken:
Reducing-Network-Agnostophobia/MNIST/Mnist_Training.py
Line 84 in 581b3f0
These paths should only be taken, when the option is
None(the default value inReducing-Network-Agnostophobia/MNIST/Mnist_Training.py
Line 33 in 581b3f0
None).