-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question on ADNI #5
Comments
Hi! Regarding ADNI, I’ve only used MPRAGE images. About the conversion to nifti, you can use Best regards, |
hi, I have processed ADNI dataset and tried to train the LDM based on pretrained Autoencoder, but the training got loss=nan and the generated images from image_to_tensorboard are noise while I didn't make any change of the [train_diffusion_unet.py] as well as other files. I'd really appreciate it if this could be solved, thanks for your great work! |
FYI, i added the weights_only to False in torch because the original training code returns error as the following: Traceback (most recent call last): |
Hi, thanks for the nice work and detailed pipeline. I have couple of questions on the ADNI, It would be much appreciated if you can clarify.
I created a csv file for ADNI phases based on your flow chart. For T1w scans from ADNI, did you use any scan other than mprage? Also apparently, ADNI doesnt support downloading nifti version of the raw scans, only 2D cross sectional dicoms (https://groups.google.com/g/adni-data/c/Rs9NE8R4mDg), which tool did you use for converting dicom to nifti (I assume a conversion is applied since the preprocessing requires nifti)?
Thanks in advance!
The text was updated successfully, but these errors were encountered: