Unverified Commit feed4ae2 authored by Gustaf Ahdritz's avatar Gustaf Ahdritz Committed by GitHub
Browse files

Increase default worker count

parent b05b6d22
...@@ -358,7 +358,7 @@ config = mlc.ConfigDict( ...@@ -358,7 +358,7 @@ config = mlc.ConfigDict(
"use_small_bfd": False, "use_small_bfd": False,
"data_loaders": { "data_loaders": {
"batch_size": 1, "batch_size": 1,
"num_workers": 8, "num_workers": 16,
"pin_memory": True, "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