Closed luwang03 closed 11 months ago
The code seems correct and I didn't meet this problem. Did you change something in the denoising network?
I changed nothing in the denoising network.
Maybe it's the version problem. Can you upgrade your torchsummaryX to 1.3.0?
Actually, my torchsummaryX is1.3.0.
For thehe error in , I printed the 'a' is
It seems the 'a' array has '-' entry.
= =.
It's really weird because the code works very well for me.
Maybe it doesn't work on Windows?
Maybe you are right! Windows can't work it.
Yes. Or can you try to add the __init__
function to SimpleGate and add super().__init__()
to it as well?
Sorry for my late reply. I tried init function, Windows also can't work. Maybe I need to run the codes on linux. Thanks for your help.
When I computed the flops of model, the code as:
, I met an error as:
How can I solve this problem?