yuetan031 / TADDY_pytorch

A Pytorch implement of paper "Anomaly detection in dynamic graphs via transformer" (TADDY).
MIT License
49 stars 13 forks source link

The “eigen” dataset is missing #3

Open dawn9808 opened 2 years ago

dawn9808 commented 2 years ago

`def get_adjs(self, rows, cols, weights, nb_nodes):

    eigen_file_name = 'data/eigen/' + self.dataset_name + '_' + str(self.train_per) + '_' + str(self.anomaly_per) + '.pkl'
    if not os.path.exists(eigen_file_name):`

Hello author, the above data set is missing in your code.