initial stage
This commit is contained in:
parent
f6fbce36e1
commit
33cb4ce636
|
@ -114,7 +114,7 @@ for config_name, config in configs.items():
|
||||||
num_batches = len(pieces)//kwargs["params"]["BATCH_LOADERS_NUM"]
|
num_batches = len(pieces)//kwargs["params"]["BATCH_LOADERS_NUM"]
|
||||||
if num_batches > 0:
|
if num_batches > 0:
|
||||||
return list(split_list(pieces, num_batches))
|
return list(split_list(pieces, num_batches))
|
||||||
return pieces
|
return list(split_list(pieces, len(pieces)))
|
||||||
|
|
||||||
@task(executor_config={
|
@task(executor_config={
|
||||||
"pod_override": k8s.V1Pod(
|
"pod_override": k8s.V1Pod(
|
||||||
|
|
Loading…
Reference in New Issue