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
5d6df144
Unverified
Commit
5d6df144
authored
Aug 31, 2022
by
Niccolò Zanichelli
Committed by
GitHub
Aug 31, 2022
Browse files
Set pin_memory to True in default dataloader config.
parent
9dd9cea4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
openfold/config.py
openfold/config.py
+1
-0
No files found.
openfold/config.py
View file @
5d6df144
...
@@ -359,6 +359,7 @@ config = mlc.ConfigDict(
...
@@ -359,6 +359,7 @@ config = mlc.ConfigDict(
"data_loaders"
:
{
"data_loaders"
:
{
"batch_size"
:
1
,
"batch_size"
:
1
,
"num_workers"
:
8
,
"num_workers"
:
8
,
"pin_memory"
:
True
,
},
},
},
},
},
},
...
...
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