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
In the test.py file:
model = unet_aspp2_dmp_dupsampling.Model() NameError: name 'unet_aspp2_dmp_dupsampling' is not defined
How to fix it? Thanks.
The text was updated successfully, but these errors were encountered:
It should be M_SFANet_UCF_QNRF.Model(), that's the typo of my code. I have edited my code. Thank you for reporting to me.
Sorry, something went wrong.
No branches or pull requests
In the test.py file:
model = unet_aspp2_dmp_dupsampling.Model()
NameError: name 'unet_aspp2_dmp_dupsampling' is not defined
How to fix it? Thanks.
The text was updated successfully, but these errors were encountered: