We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Dear Prof. Dr. Yang,
Thank you for providing the software! It is great!
I may have a question when running:
python main_train_stganmr.py --opt ./options/STGAN/example/train_stganmr_CCnpi_G1D30.json
This ends up with an error:
https://github.com/ayanglab/SwinGANMR/blob/main/models/model_swinmr_stgan.py#L18
" ModuleNotFoundError: No module named 'models.loss_ssim' "
When it is convenient for you, may you please add the loss_ssim module?
Thank you in advance!
Best Regards, Zhengguo Tan
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Dear Prof. Dr. Yang,
Thank you for providing the software! It is great!
I may have a question when running:
python main_train_stganmr.py --opt ./options/STGAN/example/train_stganmr_CCnpi_G1D30.json
This ends up with an error:
https://github.com/ayanglab/SwinGANMR/blob/main/models/model_swinmr_stgan.py#L18
" ModuleNotFoundError: No module named 'models.loss_ssim' "
When it is convenient for you, may you please add the loss_ssim module?
Thank you in advance!
Best Regards,
Zhengguo Tan
The text was updated successfully, but these errors were encountered: