Skip to content

Commit

Permalink
Fixed compression type for rim and nis
Browse files Browse the repository at this point in the history
Former-commit-id: 067d72c
Former-commit-id: fe754efa0334a54377a2fbcb64a5ea645b4022de [formerly 0ce287f7acf42d4eb22e060eef2011a175624471]
Former-commit-id: b27bbe0eb7140c48b7ded6b3e7d8288b860f200b
  • Loading branch information
Alexandre Adam committed Jun 28, 2021
1 parent 935482d commit 734f3c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion censai/galflow/_convolve.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def convolve(
interp_factor=2):
"""
Convolution of input images with provided k-space psf tensor.
This function assumes that the k-space PSF is already prodided with the
This function assumes that the k-space PSF is already provided with the
stepk and maxk corresponding to the specified interpolation and zero padding
factors.
"""
Expand Down
1 change: 1 addition & 0 deletions scripts/shell/4_train_rim_unet_smoketest_nis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ python ../4_train_rim_unet.py\
--forward_method=conv2d\
--batch_size=4\
--datasets=$HOME/scratch/Censai/data/lenses_NIS/\
--compression_type=GZIP\
--train_split=0.9\
--total_items=2000\
--num_parallel_reads=4\
Expand Down

0 comments on commit 734f3c7

Please sign in to comment.