yuetan031/TADDY_pytorch

The “eigen” dataset is missing

Opened this issue · 0 comments

`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.