Commit 197029b1 authored by Gustaf Ahdritz's avatar Gustaf Ahdritz
Browse files

Fix config default

parent f4043e1c
...@@ -271,7 +271,7 @@ config = mlc.ConfigDict( ...@@ -271,7 +271,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,
}, },
}, },
}, },
......
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