Skip to content

Commit

Permalink
remove unused flag
Browse files Browse the repository at this point in the history
  • Loading branch information
PForet committed Dec 11, 2020
1 parent 1faa751 commit dae9904
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions sam_jax/imagenet_models/load_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@
flags.DEFINE_bool('from_pretrained_checkpoint', False,
'If True, the model will be restarted from an pretrained '
'checkpoint')
flags.DEFINE_string('imagenet_checkpoint_cell', None,
'Cell from where the checkpoint should be loaded. '
'See `CHECKPOINT_PATH` for the path where the checkpoint '
'is expected. Currently available on cells lu, yo, el, nm.')
flags.DEFINE_string('efficientnet_checkpoint_path', None,
'If finetuning, path to the efficientnet checkpoint.')

Expand Down

0 comments on commit dae9904

Please sign in to comment.