Skip to content

Commit

Permalink
Fixed wrong transfer flag
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoleonhardt committed Oct 25, 2019
1 parent 4a11d93 commit 11fbc34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion train.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def main(_argv):
# freeze darknet
darknet = model.get_layer('yolo_darknet')
freeze_all(darknet)
elif FLAGS.mode == 'frozen':
elif FLAGS.transfer == 'frozen':
# freeze everything
freeze_all(model)
else:
Expand Down

0 comments on commit 11fbc34

Please sign in to comment.