Hi,
Congratulations on the awesome work, and thank you for sharing this codebase! I am trying to use I2M2 as a baseline and FastMRI as a benchmark in my current project. However, I realized the code provided for FastMRI seems to be not complete to get the code running successfully.
Specifically, in FastMRI code, classifier.py has the following import line:
from data.knee_data import KneeDataClassificationModule
However, it seems like the data module is missing from the repo. I would greatly appreciate any help/suggestion with regard to this matter.
Thank you!
Hi,
Congratulations on the awesome work, and thank you for sharing this codebase! I am trying to use I2M2 as a baseline and FastMRI as a benchmark in my current project. However, I realized the code provided for FastMRI seems to be not complete to get the code running successfully.
Specifically, in FastMRI code,
classifier.pyhas the following import line:from data.knee_data import KneeDataClassificationModuleHowever, it seems like the
datamodule is missing from the repo. I would greatly appreciate any help/suggestion with regard to this matter.Thank you!