Skip to content

Commit

Permalink
Add paralelism and workers for many steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Hgherzog committed Dec 19, 2024
1 parent 98cbcfb commit 1312ea1
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Required fields
model_predict_args:
model_cfg_fname: "data/forest_loss_driver/config_satlaspretrain_flip_oldmodel_unfreeze.yaml" # should be path from the top of the repo IF NOT ABSOLUTE PATH
extract_alerts_args:
workers: 112
materialize_pipeline_args:
prepare_args:
apply_windows_args:
Expand All @@ -11,3 +11,7 @@ materialize_pipeline_args:
materialize_args:
apply_windows_args:
workers: 112
select_best_images_args:
workers: 112
model_predict_args:
model_cfg_fname: "data/forest_loss_driver/config_satlaspretrain_flip_oldmodel_unfreeze.yaml" # should be path from the top of the repo IF NOT ABSOLUTE PATH

0 comments on commit 1312ea1

Please sign in to comment.