Skip to content

Commit

Permalink
fix: batch_size=2
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesGaydon committed Oct 16, 2023
1 parent 85da86c commit c9a65fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/staging-model.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
predict.output_dir=/lidar_prod_optimization/${model_id}/preds-valset/
predict.interpolator.probas_to_save=[building]
datamodule.prefetch_factor=1
datamodule.batch_size=1
datamodule.batch_size=2
- name: Inference on test set of 20211001_building_val-lidar-prod-optimization
run: >
Expand All @@ -52,7 +52,7 @@ jobs:
predict.output_dir=/lidar_prod_optimization/${model_id}/preds-testset/
predict.interpolator.probas_to_save=[building]
datamodule.prefetch_factor=1
datamodule.batch_size=1
datamodule.batch_size=2
# 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 c9a65fb

Please sign in to comment.