Open ZhangXY1996 opened 4 years ago
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.
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.
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.