Rattar
Results
1
issues of
Rattar
I noticed that in [`main_crnn.py`, line 167 ](https://github.com/js3611/Deep-MRI-Reconstruction/blob/master/main_crnn.py): `validate_err += err` as `err` is a Varaible on GPU, such usage will take extra GPU memory (with PyTorch 1.0.1), maybe you...