Austinzhenghua

Results 9 issues of Austinzhenghua

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__...

600 1 ================ lr: 0.01 num_features: 1 hidden_dim: 32 num_gc_layers: 3 ================ /opt/conda/conda-bld/pytorch_1623448224956/work/aten/src/ATen/native/cuda/Indexing.cu:702: indexSelectLargeIndex: block: [158,0,0], thread: [105,0,0] Assertion `srcIndex < srcSelectDimSize` failed. /opt/conda/conda-bld/pytorch_1623448224956/work/aten/src/ATen/native/cuda/Indexing.cu:702: indexSelectLargeIndex: block: [158,0,0], thread: [55,0,0] Assertion...

I have a question about these two datasets. there are three subset trainset, valset, and testset. How to combine these dataset to one whole set? Thank you. @yongduosui

When I run main_superpixels_contrastive.py I got f = pickle.load(f) ModuleNotFoundError: No module named 'data.superpixels' I don't know why "f = pickle.load(f)" can cause this problem?

pip install torch-scatter==1.1.0 -f https://pytorch-geometric.com/whl/torch-1.4.0.html pip install torch-sparse==0.4.4 -f https://pytorch-geometric.com/whl/torch-1.4.0.html pip install torch-cluster==1.4.5 -f https://pytorch-geometric.com/whl/torch-1.4.0.html pip install torch-spline-conv==1.1.0 -f https://pytorch-geometric.com/whl/torch-1.4.0.html pip install torch-vision==0.5.0 I am trying to install these but...

![image](https://user-images.githubusercontent.com/34674970/123588442-5ca50500-d81a-11eb-91e0-2483d1006041.png) why do you add this line before computing distance? features[features > 0] = 1

Hi, dear authors, When I run ` python setup.py build_ext --inplace` The error information is ImportError: No module named setuptools ![image](https://user-images.githubusercontent.com/34674970/174996965-6c6f8d06-fa6c-4c6f-aac4-3bb29a2730f5.png) can you pls tell me why this error happened?...

Hi,there, I have a problem when I run `python setup.py build_ext --inplace` there are a lot of warning informatoin ![image](https://user-images.githubusercontent.com/34674970/174782796-3af5b8a0-9d74-4374-9eee-07ad1db0f549.png) ![image](https://user-images.githubusercontent.com/34674970/174782964-bbfba8e2-7760-466e-87bf-571b0296a1f9.png) ![image](https://user-images.githubusercontent.com/34674970/174783058-e0f4b2c9-dccc-4130-8463-2db99e2dfe62.png) ![image](https://user-images.githubusercontent.com/34674970/174783178-86f66dbe-3bb5-47dd-aaa1-d35914e72208.png) can you please give me some advise...