Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Command line option "--results_dir" not used in MNIST_Training.py script #3

Open
siebenkopf opened this issue Jul 13, 2020 · 0 comments

Comments

@siebenkopf
Copy link
Member

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant