yangpuPKU
yangpuPKU
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...
I'm interested in learning how to train models with SKM-TEA. However, there is nothing in this tutorial https://colab.research.google.com/drive/1LUC0MqFYK39xG5AV9kQi5hIBsi9eCpS0?usp=sharing. Thank you for your time and effort!