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
3eed6cb8
Commit
3eed6cb8
authored
Mar 27, 2024
by
Jennifer
Committed by
Jennifer Wei
May 06, 2024
Browse files
more logging changes
parent
53cdb247
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
train_openfold.py
train_openfold.py
+0
-2
No files found.
train_openfold.py
View file @
3eed6cb8
...
@@ -652,8 +652,6 @@ if __name__ == "__main__":
...
@@ -652,8 +652,6 @@ if __name__ == "__main__":
parser
.
add_argument
(
parser
.
add_argument
(
"--experiment_config_json"
,
default
=
""
,
help
=
"Path to a json file with custom config values to overwrite config setting"
,
"--experiment_config_json"
,
default
=
""
,
help
=
"Path to a json file with custom config values to overwrite config setting"
,
)
)
# Trainer additional arguments
# Ideally we'd want something like config.add_trainer_args()
parser
.
add_argument
(
parser
.
add_argument
(
"--gpus"
,
type
=
int
,
default
=
1
,
help
=
'For determining optimal strategy and effective batch size.'
"--gpus"
,
type
=
int
,
default
=
1
,
help
=
'For determining optimal strategy and effective batch size.'
)
)
...
...
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