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
OpenDAS
vision
Commits
68b128d5
"vscode:/vscode.git/clone" did not exist on "9e9a9488f1fb421c92f89da518f30518b57e057e"
Unverified
Commit
68b128d5
authored
Jun 18, 2021
by
beet
Committed by
GitHub
Jun 18, 2021
Browse files
Fix default in docs of references/video_classification/train.py (#3409)
parent
70b2edb8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
references/video_classification/train.py
references/video_classification/train.py
+1
-1
No files found.
references/video_classification/train.py
View file @
68b128d5
...
...
@@ -268,7 +268,7 @@ def parse_args():
parser
.
add_argument
(
'--epochs'
,
default
=
45
,
type
=
int
,
metavar
=
'N'
,
help
=
'number of total epochs to run'
)
parser
.
add_argument
(
'-j'
,
'--workers'
,
default
=
10
,
type
=
int
,
metavar
=
'N'
,
help
=
'number of data loading workers (default: 1
6
)'
)
help
=
'number of data loading workers (default: 1
0
)'
)
parser
.
add_argument
(
'--lr'
,
default
=
0.01
,
type
=
float
,
help
=
'initial learning rate'
)
parser
.
add_argument
(
'--momentum'
,
default
=
0.9
,
type
=
float
,
metavar
=
'M'
,
help
=
'momentum'
)
...
...
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