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
OpenFold
Commits
cf01fe0b
"tools/git@developer.sourcefind.cn:OpenDAS/openpcdet.git" did not exist on "3e92d169de726ac01b060df998293dfce2dabcae"
Unverified
Commit
cf01fe0b
authored
Feb 17, 2022
by
Gustaf Ahdritz
Committed by
GitHub
Feb 17, 2022
Browse files
Fix name of new trainer option
parent
8451dc68
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
train_openfold.py
train_openfold.py
+3
-3
No files found.
train_openfold.py
View file @
cf01fe0b
...
@@ -223,7 +223,7 @@ def main(args):
...
@@ -223,7 +223,7 @@ def main(args):
seed_everything
(
args
.
seed
)
seed_everything
(
args
.
seed
)
config
=
model_config
(
config
=
model_config
(
args
.
model
_preset
,
args
.
config
_preset
,
train
=
True
,
train
=
True
,
low_prec
=
(
args
.
precision
==
"16"
)
low_prec
=
(
args
.
precision
==
"16"
)
)
)
...
@@ -473,8 +473,8 @@ if __name__ == "__main__":
...
@@ -473,8 +473,8 @@ if __name__ == "__main__":
"--log_lr"
,
action
=
"store_true"
,
default
=
False
,
"--log_lr"
,
action
=
"store_true"
,
default
=
False
,
)
)
parser
.
add_argument
(
parser
.
add_argument
(
"--
model
_preset"
,
type
=
str
,
default
=
"initial_training"
,
"--
config
_preset"
,
type
=
str
,
default
=
"initial_training"
,
help
=
'
Model c
onfig setting. Choose e.g. "initial_training", "finetuning", "model_1", etc.'
help
=
'
C
onfig setting. Choose e.g. "initial_training", "finetuning", "model_1", etc.'
)
)
parser
=
pl
.
Trainer
.
add_argparse_args
(
parser
)
parser
=
pl
.
Trainer
.
add_argparse_args
(
parser
)
...
...
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