-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
aa59911
commit fc4f0be
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
path_to_volumes: tests/data/dataset_2_submissions/ | ||
box_size_ds: 32 | ||
submission_list: [1] | ||
experiment_mode: "all_vs_ref" # options are "all_vs_all", "all_vs_ref" | ||
# optional unless experiment_mode is "all_vs_ref" | ||
path_to_reference: tests/data/Ground_truth/test_maps_gt_flat_10.pt | ||
dtype: "float32" # options are "float32", "float64" | ||
output_options: | ||
# path will be created if it does not exist | ||
output_path: tests/results/svd | ||
# whether or not to save the processed volumes (downsampled, normalized, etc.) | ||
save_volumes: True | ||
# whether or not to save the SVD matrices (U, S, V) | ||
save_svd_matrices: True |