Skip to content

Commit

Permalink
aesthetic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Czakon committed May 24, 2018
1 parent 3048a4b commit c4fed87
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions pipelines.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,8 @@


def unet(config, train_mode):
if train_mode:
save_output = False
load_saved_output = False
else:
save_output = False
load_saved_output = False
save_output = False
load_saved_output = False

loader = preprocessing(config, model_type='single', is_train=train_mode)
unet = Step(name='unet',
Expand Down

0 comments on commit c4fed87

Please sign in to comment.