score-MRI
score-MRI copied to clipboard
Hello. I'm trying to run the training code and there seems to be kind of dependencies errors. Would you be able to provide the exact dependencies versions that allow this...
Hi, I encountered a bug when running the real image sampling script. > File "xxxxx/score-MRI/sde_lib.py", line 156, in discretize > self.discrete_sigmas[timestep - 1].to(t.device)) > RuntimeError: indices should be either on...
There is a bug for training with multi-GPU. Are you able to train with multi-GPU?
Hello, I believe I've identified an issue with the normalization of complex-valued images in the `normalize_complex()` function defined in this [utils.py (lines 55-59)](https://github.com/HJ-harry/score-MRI/blob/8359aae5a4eca1e6d9447d35820e07f5188f9b00/utils.py#L55-L59). The current implementation separately normalizes the magnitude...
train_regression bugs are missing 'time_cond' in "est_img = model(under_img)" in loss.py file, and eval failed in build data pipeline.
Hi! Thanks for your nice work. Is there preprocess script for multi-coil data?
Hi ! Could you please explain what's the intuition behind setting the batch size to be 1, which seems to be extremely small ?
Hello, where can I get weights, since the link of the weights is 404 not found. Thank you.
I would like to run inference_multi-coil_hybrid.py, but I met a problem. I used the command `python inference_multi-coil_hybrid.py`, and the following texts were given: ``` C:\Users\Gary\AppData\Local\Programs\Python\Python39\python.exe D:\Code\Python\score-MRI\inference_multi-coil_hybrid.py Traceback (most recent call...
Thanks your creative work! May I ask which job you published this paper on?