Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e1e3863

Browse files
authored
Merge pull request tensorflow#5226 from moosd/patch-1
Fixed typo in --train_vggish flag description.
2 parents 4dc1080 + 5887755 commit e1e3863

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

research/audioset/vggish_train_demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464

6565
flags.DEFINE_boolean(
6666
'train_vggish', True,
67-
'If Frue, allow VGGish parameters to change during training, thus '
67+
'If True, allow VGGish parameters to change during training, thus '
6868
'fine-tuning VGGish. If False, VGGish parameters are fixed, thus using '
6969
'VGGish as a fixed feature extractor.')
7070

0 commit comments

Comments
 (0)