From 7f78b22ec5a1d03a5ae6fdcad1ba60b64ce196cc Mon Sep 17 00:00:00 2001 From: Neta Zmora <neta.zmora@intel.com> Date: Wed, 18 Sep 2019 15:52:03 +0300 Subject: [PATCH] =?UTF-8?q?image=5Fclassifier.py=20=E2=80=93=20remove=20un?= =?UTF-8?q?used=20cmd-line=20argument?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ../../../distiller/apputils/image_classifier.py – remove unused `--extras` command-line argument --- distiller/apputils/image_classifier.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/distiller/apputils/image_classifier.py b/distiller/apputils/image_classifier.py index 001afd1..4e7e3e7 100755 --- a/distiller/apputils/image_classifier.py +++ b/distiller/apputils/image_classifier.py @@ -252,8 +252,6 @@ def init_classifier_compression_arg_parser(): help='an optional parameter for sensitivity testing ' 'providing the range of sparsities to test.\n' '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', help='Ensure deterministic execution for re-producible results.') parser.add_argument('--seed', type=int, default=None, -- GitLab