sthgcn-icdm icon indicating copy to clipboard operation
sthgcn-icdm copied to clipboard

There are something wrong when I try to run the demo.Thank you.

Open sking79 opened this issue 3 years ago • 1 comments

aceback (most recent call last): File "src/main.py", line 20, in main() File "src/main.py", line 14, in main trainer = Trainer(dataset, config) File "/home/sthgcn/src/trainer.py", line 18, in init super(Trainer, self).init(data, config) File "/home/sthgcn/src/base/base_train.py", line 16, in init self.H = np.load('hypergraph.npy').astype(np.float32) File "/home/.local/lib/python3.6/site-packages/numpy/lib/npyio.py", line 416, in load fid = stack.enter_context(open(os_fspath(file), "rb")) FileNotFoundError: [Errno 2] No such file or directory: 'hypergraph.npy'

sking79 avatar Nov 09 '21 09:11 sking79