Open ikenaga530 opened 3 years ago
If you check the networks.py. You can see the implementation of this loss. In this, you can use DT or DT2 and we have already define DT and DT2 but we only use DT. And if you check the code, Gx and Gy contains the new grid location. Regards,
If I want to use DT2 what should I pass as arguments ?
self.dt2(Gxleft, Gyup, Gxright, Gydown) ?
Please correct me if I am wrong.
I have a question about equation (3) in the paper.
What are Gx and Gy?
Also, I don't see Gy in the equation, is that correct?