GraphCL icon indicating copy to clipboard operation
GraphCL copied to clipboard

The error "AttributeError: can't set attribute"

Open Austinzhenghua opened this issue 3 years ago • 1 comments

File "/home/zhenghua/pythoncode/unsupervised_graph_TU/gsimclr.py", line 166, in dataset = TUDataset(path, name=DS, aug=args.aug).shuffle() File "/home/zhenghua/pythoncode/unsupervised_graph_TU/aug.py", line 73, in init pre_filter) File "/home/zhenghua/.conda/envs/graphcontra/lib/python3.6/site-packages/torch_geometric/data/in_memory_dataset.py", line 56, in init pre_filter) File "/home/zhenghua/.conda/envs/graphcontra/lib/python3.6/site-packages/torch_geometric/data/dataset.py", line 76, in init self.raw_dir = osp.join(self.root, 'raw') AttributeError: can't set attribute

when I run gsimclr I got this error, I don't know why, can someone help me?

Austinzhenghua avatar Jun 29 '21 14:06 Austinzhenghua

Did you solved the problem?? I have same error

leesoohong avatar Dec 09 '21 11:12 leesoohong