You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
split_every, which controls the number of blocks in each stage of tree reduce (defaults to 4, but set to 10 in the quadratic means benchmark)
max_total_num_input_blocks, which controls how many blocks can be read by one task when doing optimization (not enabled by default, but set to 40 in the quadratic means benchmark)
This comment discusses the trade off to optimize: #331 (comment)
The text was updated successfully, but these errors were encountered:
There are a couple of parameters we can set:
split_every
, which controls the number of blocks in each stage of tree reduce (defaults to 4, but set to 10 in the quadratic means benchmark)max_total_num_input_blocks
, which controls how many blocks can be read by one task when doing optimization (not enabled by default, but set to 40 in the quadratic means benchmark)This comment discusses the trade off to optimize: #331 (comment)
The text was updated successfully, but these errors were encountered: