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
396fa8e8
Unverified
Commit
396fa8e8
authored
Apr 24, 2020
by
Anestis Sakerlis
Committed by
GitHub
Apr 23, 2020
Browse files
Fixed typo in prediction_train.py (#6854)
parent
effb1f10
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
research/video_prediction/prediction_train.py
research/video_prediction/prediction_train.py
+1
-1
No files found.
research/video_prediction/prediction_train.py
View file @
396fa8e8
...
@@ -58,7 +58,7 @@ flags.DEFINE_string('model', 'CDNA',
...
@@ -58,7 +58,7 @@ flags.DEFINE_string('model', 'CDNA',
'model architecture to use - CDNA, DNA, or STP'
)
'model architecture to use - CDNA, DNA, or STP'
)
flags
.
DEFINE_integer
(
'num_masks'
,
10
,
flags
.
DEFINE_integer
(
'num_masks'
,
10
,
'number of masks, usually 1 for DNA, 10 for CDNA, ST
N
.'
)
'number of masks, usually 1 for DNA, 10 for CDNA, ST
P
.'
)
flags
.
DEFINE_float
(
'schedsamp_k'
,
900.0
,
flags
.
DEFINE_float
(
'schedsamp_k'
,
900.0
,
'The k hyperparameter for scheduled sampling,'
'The k hyperparameter for scheduled sampling,'
'-1 for no scheduled sampling.'
)
'-1 for no scheduled sampling.'
)
...
...
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