Shen-Lab / GraphCL

[NeurIPS 2020] "Graph Contrastive Learning with Augmentations" by Yuning You, Tianlong Chen, Yongduo Sui, Ting Chen, Zhangyang Wang, Yang Shen
MIT License
541 stars 103 forks source link

The error "AttributeError: can't set attribute" #30

Open Austinzhenghua opened 3 years ago

Austinzhenghua commented 3 years ago

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?

leesoohong commented 2 years ago

Did you solved the problem?? I have same error