Commit 58877553 authored by Souradip Mookerjee's avatar Souradip Mookerjee
Browse files

Fixed typo in --train_vggish flag description.

parent 23b5b422
...@@ -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