Skip to content

Commit

Permalink
feat: use pytorch.
Browse files Browse the repository at this point in the history
  • Loading branch information
paquiteau committed Dec 18, 2023
1 parent 3a9c4e6 commit e53c298
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions src/conf/scenario2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
force_sim: false
cache_dir: ${oc.env:PWD}/cache
result_dir: ${oc.env:PWD}/results

ignore_patterns:
- "n_jobs"
-
simulation:
sim_params:
sim_tr: 0.1
Expand Down Expand Up @@ -40,13 +42,16 @@ reconstructors:
adjoint:
nufft_backend: cufinufft
nufft_kwargs: {}
sequential:
nufft_backend: cufinufft
nufft_kwargs: {}
optimizer: pogm
wavelet: sym8
threshold: sure
max_iter_per_frame: 30
# sequential:
# nufft_backend: cufinufft
# nufft_kwargs: {}
# optimizer: pogm
# wavelet: sym8
# threshold: sure
# max_iter_per_frame: 30
sequential-torch:
threshold: 1e-5
max_iter_per_frame: 40

stats:
contrast_name: block_on
Expand Down

0 comments on commit e53c298

Please sign in to comment.