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
78fa6c6e
"lib/bindings/vscode:/vscode.git/clone" did not exist on "bd8f0804737847cc3d09db7aec29ee3e3233b30b"
Commit
78fa6c6e
authored
Nov 09, 2021
by
Gustaf Ahdritz
Browse files
Use a more reasonable default for dataloader workers
parent
da88b6bd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
openfold/config.py
openfold/config.py
+1
-1
No files found.
openfold/config.py
View file @
78fa6c6e
...
...
@@ -226,7 +226,7 @@ config = mlc.ConfigDict(
"use_small_bfd"
:
False
,
"data_loaders"
:
{
"batch_size"
:
1
,
"num_workers"
:
1
,
"num_workers"
:
4
,
},
},
},
...
...
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