Skip to content

Commit

Permalink
Add verbose parameter to preprocessing classes and config (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
HangJung97 committed Feb 20, 2024
1 parent 03ca8ae commit d1df261
Show file tree
Hide file tree
Showing 5 changed files with 99 additions and 59 deletions.
3 changes: 3 additions & 0 deletions ascent/configs/preprocess_and_plan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ pl2d: True
# set true to plan 3D experiment
pl3d: True

# set true to print preprocessing message
verbose: False

hydra:
output_subdir: null
run:
Expand Down
1 change: 1 addition & 0 deletions ascent/configs/preprocessor/dealias_du.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ do_resample: ${resample}
do_normalize: ${normalize}
num_workers: 12
overwrite_existing: ${overwrite}
verbose: ${verbose}
1 change: 1 addition & 0 deletions ascent/configs/preprocessor/regression.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ do_resample: ${resample}
do_normalize: ${normalize}
num_workers: 12
overwrite_existing: ${overwrite}
verbose: ${verbose}
1 change: 1 addition & 0 deletions ascent/configs/preprocessor/segmentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ do_resample: ${resample}
do_normalize: ${normalize}
num_workers: 12
overwrite_existing: ${overwrite}
verbose: ${verbose}
Loading

0 comments on commit d1df261

Please sign in to comment.