Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
float16/float32 are supported
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudh2290 committed Aug 1, 2019
1 parent 0decf31 commit 7da713b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion example/rnn/bucketing/cudnn_rnn_bucketing.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@
parser.add_argument('--rnntype', type=str, default='lstm',
help='rnn type: gru, lstm, rnn_tanh and rnn_relu are supported')
parser.add_argument('--dtype', type=str, default='float32',
help='if float16 is provided AMP convert model'
help='float16 and float32 are supported'
'if float16 is provided AMP convert model'
'is used to convert model to mixed precision model'
'before running inference')

Expand Down

0 comments on commit 7da713b

Please sign in to comment.