Unverified Commit 396fa8e8 authored by Anestis Sakerlis's avatar Anestis Sakerlis Committed by GitHub
Browse files

Fixed typo in prediction_train.py (#6854)

parent effb1f10
...@@ -58,7 +58,7 @@ flags.DEFINE_string('model', 'CDNA', ...@@ -58,7 +58,7 @@ flags.DEFINE_string('model', 'CDNA',
'model architecture to use - CDNA, DNA, or STP') 'model architecture to use - CDNA, DNA, or STP')
flags.DEFINE_integer('num_masks', 10, flags.DEFINE_integer('num_masks', 10,
'number of masks, usually 1 for DNA, 10 for CDNA, STN.') 'number of masks, usually 1 for DNA, 10 for CDNA, STP.')
flags.DEFINE_float('schedsamp_k', 900.0, flags.DEFINE_float('schedsamp_k', 900.0,
'The k hyperparameter for scheduled sampling,' 'The k hyperparameter for scheduled sampling,'
'-1 for no scheduled sampling.') '-1 for no scheduled sampling.')
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment