Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_tensorflow
Commits
e1e38630
Unverified
Commit
e1e38630
authored
Sep 20, 2018
by
Manoj Plakal
Committed by
GitHub
Sep 20, 2018
Browse files
Merge pull request #5226 from moosd/patch-1
Fixed typo in --train_vggish flag description.
parents
4dc1080d
58877553
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
research/audioset/vggish_train_demo.py
research/audioset/vggish_train_demo.py
+1
-1
No files found.
research/audioset/vggish_train_demo.py
View file @
e1e38630
...
@@ -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
F
rue, allow VGGish parameters to change during training, thus '
'If
T
rue, 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.'
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment