Skip to content

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

Description

@siebenkopf

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions