Skip to content
Snippets Groups Projects
Commit 7f78b22e authored by Neta Zmora's avatar Neta Zmora
Browse files

image_classifier.py – remove unused cmd-line argument

../../../distiller/apputils/image_classifier.py – remove unused
`--extras` command-line argument
parent 5532eb90
No related branches found
No related tags found
No related merge requests found
...@@ -252,8 +252,6 @@ def init_classifier_compression_arg_parser(): ...@@ -252,8 +252,6 @@ def init_classifier_compression_arg_parser():
help='an optional parameter for sensitivity testing ' help='an optional parameter for sensitivity testing '
'providing the range of sparsities to test.\n' 'providing the range of sparsities to test.\n'
'This is equivalent to creating sensitivities = np.arange(start, stop, step)') 'This is equivalent to creating sensitivities = np.arange(start, stop, step)')
parser.add_argument('--extras', default=None, type=str,
help='file with extra configuration information')
parser.add_argument('--deterministic', '--det', action='store_true', parser.add_argument('--deterministic', '--det', action='store_true',
help='Ensure deterministic execution for re-producible results.') help='Ensure deterministic execution for re-producible results.')
parser.add_argument('--seed', type=int, default=None, parser.add_argument('--seed', type=int, default=None,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment