-
Notifications
You must be signed in to change notification settings - Fork 7
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 about the autocoder and training data #8
Comments
Hi, for the model part of this project, I use the model from this Brain LDM paper. You can find the autoencoder architecture here. I use the images from the IXI dataset, which are high resolution, and we create low-resolution images from them. Sorry for my late reply. |
from pathlib import Path Use environment variables to auto-detect whether we are running an a Compute Canada cluster:Thanks to https://github.com/DM-Berger/unet-learn/blob/master/src/train/load.py for this trick.COMPUTECANADA = False if TMP: if COMPUTECANADA: |
Where the decoder is downloaded from |
Hi, there is no details about the encoder and decoder in the paper and code. I would like to ask what the specific model structure of the autocoder? And what's the information of training data, do they include the super resolution ground truth? Looking forward to your reply, thanks~
The text was updated successfully, but these errors were encountered: