DAMO-DI-ML / KDD2023-DCdetector

189 stars 21 forks source link

The test function never tests on the test data #9

Closed GodofRap closed 1 year ago

GodofRap commented 1 year ago

In the solver.py, the test() function doesn't have the model test on the test data. No self.model is called for test data.

yyysjz1997 commented 1 year ago

In the solver.py, the test() function doesn't have the model test on the test data. No self.model is called for test data.

We are very sorry about this, it is indeed a bug. We will upload the updated and validated code right away, and the results can be matched to those in the paper. Many thank you for the issue!