Skip to content

Commit

Permalink
prefetch_factor=1
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesGaydon committed Oct 16, 2023
1 parent c21896c commit a02eee4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/staging-model.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
predict.src_las=/data/val/*.las
predict.output_dir=/lidar_prod_optimization/${model_id}/preds-valset/
predict.interpolator.probas_to_save=[building]
datamodule.prefetch_factor=1
- name: Inference on test set of 20211001_building_val-lidar-prod-optimization
run: >
Expand All @@ -49,6 +50,7 @@ jobs:
predict.src_las=/data/test/*.las
predict.output_dir=/lidar_prod_optimization/${model_id}/preds-testset/
predict.interpolator.probas_to_save=[building]
datamodule.prefetch_factor=1
# NB: we run the new, tagged image at least once so that is it not prunned
# by mistake when using docker system prune.
Expand Down

0 comments on commit a02eee4

Please sign in to comment.