Unverified Commit 5d6df144 authored by Niccolò Zanichelli's avatar Niccolò Zanichelli Committed by GitHub
Browse files

Set pin_memory to True in default dataloader config.

parent 9dd9cea4
......@@ -359,6 +359,7 @@ config = mlc.ConfigDict(
"data_loaders": {
"batch_size": 1,
"num_workers": 8,
"pin_memory": True,
},
},
},
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment