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
b05b6d22
Unverified
Commit
b05b6d22
authored
Sep 01, 2022
by
Gustaf Ahdritz
Committed by
GitHub
Sep 01, 2022
Browse files
Merge pull request #212 from NZ99/patch-3
Set pin_memory to True in default dataloader config.
parents
82397498
5d6df144
Changes
1
Show 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 @
b05b6d22
...
...
@@ -359,6 +359,7 @@ config = mlc.ConfigDict(
"data_loaders"
:
{
"batch_size"
:
1
,
"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