Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add verbose parameter to preprocessing classes and config #154

Merged
merged 1 commit into from
Feb 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading