From 3b94bc41e135c9eb0441ded73e438ef5ff1f4e3c Mon Sep 17 00:00:00 2001 From: ikinect Date: Mon, 19 Aug 2019 22:13:19 +0800 Subject: [PATCH] =?UTF-8?q?fix=20some=20bug=EF=BC=8Cdelete=20code?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mainscripts/TrainerAutoRun.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/mainscripts/TrainerAutoRun.py b/mainscripts/TrainerAutoRun.py index 550c3eb..c81a562 100644 --- a/mainscripts/TrainerAutoRun.py +++ b/mainscripts/TrainerAutoRun.py @@ -55,8 +55,6 @@ def trainerThread (s2c, c2s, args, device_args): ask_random_flip=False, ask_src_scale_mod=False) - model.is_first_run = False - is_reached_goal = model.is_reached_iter_goal() shared_state = { 'after_save' : False }