Skip to content

Commit

Permalink
[minor] Add a kind warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
ruotianluo committed Dec 31, 2019
1 parent 30a0e7b commit 1cbedaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

def setup(opt):
if opt.caption_model in ['fc', 'show_tell']:
print('Warning: %s model is deprecated' %opt.caption_model)
print('Warning: %s model is mostly deprecated; many new features are not supported.' %opt.caption_model)
if opt.caption_model == 'fc':
print('Use newfc instead of fc')
if opt.caption_model == 'fc':
Expand Down

0 comments on commit 1cbedaf

Please sign in to comment.