[Errno 2] No such file or directory: 'data/pyg/WikiCS/processed/byg.data.pt'
Closed this issue · 2 comments
It seems like a problem with the dataset "wikics", but i don't know where the problem is.
Here the stack is:
Exception has occurred: FileNotFoundError
[Errno 2] No such file or directory: 'data/pyg/WikiCS/processed/byg.data.pt'
File "/home/wanguancheng/github/AFGRL/data.py", line 64, in init
self.data, self.slices = torch.load(path)
File "/home/wanguancheng/github/AFGRL/models/AFGRL.py", line 45, in _init
self._dataset = Dataset(root=args.root, dataset=args.dataset)
File "/home/wanguancheng/github/AFGRL/models/AFGRL.py", line 33, in init
self._init()
File "/home/wanguancheng/github/AFGRL/main.py", line 22, in main
embedder = AFGRL_ModelTrainer(args)
File "/home/wanguancheng/github/AFGRL/main.py", line 28, in
main()
or can i know you cuda's version and how to install the geometric==1.7.0
Hi!
Thanks for your interest in my work.
As you thought, it seems like the error due to version mismatch.
You may can install the version with following command
pip install torch-geometric==1.7.0
Sorry for the late response :(