FelixDJC / GRADATE

An official source code for paper "Graph Anomaly Detection via Multi-Scale Contrastive Learning Networks with Augmented View", accepted by AAAI 2023.
50 stars 5 forks source link

Regarding the division of datasets #6

Open aikozed opened 3 weeks ago

aikozed commented 1 week ago

Hello, I have a question. I noticed that you divided the data into training, testing, and validation sets in the code, but during the training process, I didn't see any differentiation. Instead, all the data was used for training the model, and during testing, all the data was used as well. Why is that?