Skip to content

Commit

Permalink
test svd config
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffwoollard committed Jun 26, 2024
1 parent aa59911 commit fc4f0be
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions tests/config_files/test_config_svd.yaml
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

0 comments on commit fc4f0be

Please sign in to comment.