diff --git a/train.py b/train.py index 64b052a..68ad2c3 100755 --- a/train.py +++ b/train.py @@ -62,7 +62,7 @@ # dice_evaluator = tf.reduce_mean(dice_coef(label, pred)) ''' Tensorboard visualization ''' -# cleanup pervious info +# cleanup previous info if opt.load_from_checkpoint == '': cf = os.listdir(opt.checkpoint_path) for item in cf: @@ -131,4 +131,4 @@ if it % 20 == 0 : print ('[iter %d, epoch %.3f]: lr=%f loss=%f, mean_IU=%f' % (it, float(it)/opt.iter_epoch, lr, loss, score)) - \ No newline at end of file +