From 20b2671de05b713541b25fe299b8a46bf40b0244 Mon Sep 17 00:00:00 2001 From: Yonghye Kwon Date: Fri, 27 Mar 2020 06:46:17 +0900 Subject: [PATCH] cleanup (#963) * cleanup cleanup * Update train.py Co-authored-by: Glenn Jocher --- train.py | 1 - 1 file changed, 1 deletion(-) diff --git a/train.py b/train.py index cf016b56..7512730e 100644 --- a/train.py +++ b/train.py @@ -409,7 +409,6 @@ if __name__ == '__main__': parser.add_argument('--device', default='', help='device id (i.e. 0 or 0,1 or cpu)') parser.add_argument('--adam', action='store_true', help='use adam optimizer') parser.add_argument('--single-cls', action='store_true', help='train as single-class dataset') - parser.add_argument('--var', type=float, help='debug variable') opt = parser.parse_args() opt.weights = last if opt.resume else opt.weights print(opt)