Unverified Commit e1e38630 authored by Manoj Plakal's avatar Manoj Plakal Committed by GitHub
Browse files

Merge pull request #5226 from moosd/patch-1

Fixed typo in --train_vggish flag description.
parents 4dc1080d 58877553
...@@ -64,7 +64,7 @@ flags.DEFINE_integer( ...@@ -64,7 +64,7 @@ flags.DEFINE_integer(
flags.DEFINE_boolean( flags.DEFINE_boolean(
'train_vggish', True, 'train_vggish', True,
'If Frue, allow VGGish parameters to change during training, thus ' 'If True, allow VGGish parameters to change during training, thus '
'fine-tuning VGGish. If False, VGGish parameters are fixed, thus using ' 'fine-tuning VGGish. If False, VGGish parameters are fixed, thus using '
'VGGish as a fixed feature extractor.') 'VGGish as a fixed feature extractor.')
......
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