Open lwtgithublwt opened 12 months ago
I guess the author use this package to compare with the performance of GAN-based method in the code, so if you just want to run AnoDDPM, you can delete all code related to 'CE'.
I guess the author use this package to compare with the performance of GAN-based method in the code, so if you just want to run AnoDDPM, you can delete all code related to 'CE'.
Exactly this Thanks!
I've left an additional comment on issue 3
In the file "detection.py," I found "import Comparative_models.CE as CE" on line 466 and 684. How I can get this package? I have looked at other people's questions, but I still don't know how to solve them. I noticed that you mentioned deleting its usage, but it was useful in other parts. How should I solve it? Thank you for your answer.