-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't load dataset file for semisupervised TU #26
Comments
Hi @Ripper346, Thanks for your interest and a big apology for your frustration. The following solutions are I can come with:
|
|
Thank you. I see your env and it is too new (torch_geometric>=1.6.0 rather than the required 1.4.0) for semi_TU repo (please refer to https://github.com/Shen-Lab/GraphCL/tree/master/semisupervised_TU#option-1 for the correct environment). Another option is that you can try replacing the
which might solve the download issue. A new version of this experiment to adapt to torch_geometric>=1.6.0 will also be released in the following weeks. |
Ok, thanks I will try on Monday and I will keep you informed in this issue. I think that that behavior is strange, maybe I could look at differences too between torch geometric 1.4 and 1.6 |
Hi again, so, your code didn't solve the issue, I mitigated something else resulting the class as the following
It can now download the dataset but it raises again the error of the issue. Then I tried to install the conda environment of semisupervised TU first but it can't solve some dependencies:
I tried with a docker devcontainer, python 3.7 on debian buster with the requirements:
and then installed manually
The installation and run of the original code went fine. I had just to do an adjustment in I noticed that the issue starts facing from torch-geometric 1.4.2, before it doesn't have that problem. |
Hi,
I have the problem of #4 (comment) and #1 trying lunching semisupervised TU pre training. I launch
python main.py --dataset MUTAG --aug1 random2 --aug2 random2 --lr 0.001 --suffix 0 --exp test
and I get this error:I have installed all, read the other two issues but I can't understand what I have to do in order to make it work (if there is anything I can do). I have all installed in a python env
The text was updated successfully, but these errors were encountered: