"lib/bindings/vscode:/vscode.git/clone" did not exist on "bd8f0804737847cc3d09db7aec29ee3e3233b30b"
Commit 78fa6c6e authored by Gustaf Ahdritz's avatar Gustaf Ahdritz
Browse files

Use a more reasonable default for dataloader workers

parent da88b6bd
......@@ -226,7 +226,7 @@ config = mlc.ConfigDict(
"use_small_bfd": False,
"data_loaders": {
"batch_size": 1,
"num_workers": 1,
"num_workers": 4,
},
},
},
......
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