You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
sking79
changed the title
There are something rong when I try to run the demo.Thank you.
There are something wrong when I try to run the demo.Thank you.
Nov 9, 2021
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'
The text was updated successfully, but these errors were encountered: