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

Skip to content

Commit 5887755

Browse files
committed
Fixed typo in --train_vggish flag description.
1 parent 23b5b42 commit 5887755

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)