active-mri-acquisition icon indicating copy to clipboard operation
active-mri-acquisition copied to clipboard

Active Acquisition for fastMRI

Results 1 active-mri-acquisition issues
Sort by recently updated
recently updated
newest added

Thanks for this repository. In the file [activemri/experimental/cvpr19_models/models/fft_utils.py](https://github.com/facebookresearch/active-mri-acquisition/blob/main/activemri/experimental/cvpr19_models/models/fft_utils.py), the functions of torch.fft, torch.ifft and torch.rfft of torch=1.8 and replaced with torch.fft.fft, torch.fft.ifft and torch.fft.rfft. What's more, the packages this code...