-
Notifications
You must be signed in to change notification settings - Fork 33
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
Insufficient dataset :( #7
Comments
Thanks! |
Thanks, @yunshengb ! But I already downloaded dataset and extract at Is there any step before run |
Can you paste the complete error message by the code? This way I can better help you fix the issue. Perhaps you need to delete the existing pickle or there is some nested folder. Or it may be some platform-dependent thing which hopefully is not the case :) Thanks! |
I think you did't create save/ folder in this project |
The following data files have been uploaded to the folder you specified:
AIDS700nefData_train.pickle
AIDS700nefData_test.pickle
LinuxData_train.pickle
LinuxData_test.pickle
IMDBMulti800Data_train.pickle
IMDBMulti800Data_test.pickle
I believe these are all that are needed. Please let me know what other files are needed. Thanks!
… On Oct 27, 2020, at 22:48, GuoZhiyan ***@***.***> wrote:
Hi, @yunshengb <https://github.com/yunshengb> . Thank you for sharing your code and dataset.
However, there aren't test data, as mentioned another issue.
And, there are missing file on train set too.
Here is a error message of your code.
FileNotFoundError: [Errno 2] No such file or directory: '/workspace/SimGNN/save/AIDS700nefData_train.pickle'
AIDS700nefData_train.pickle is not in your google drive, https://drive.google.com/drive/folders/1Eusvi4_iOKM0AsO1LhxQFkY62kDEtuMq <https://drive.google.com/drive/folders/1Eusvi4_iOKM0AsO1LhxQFkY62kDEtuMq>.
Could you provide proper train & test data?
I think you did't create save/ folder in this project
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#7 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ACAAS2E2OEQDJ6LDID3E5ADSM6WBDANCNFSM4HM63ZEQ>.
|
Thanks! But I have another question,. I want to use files in dis_map.zip to replace the computation of ged. But I don't know how to match the .pickle file with different datasets. Could you tell me how to modify your code to use the .pickle files? Thanks! I got it! But still Thanks! |
Hi~ |
Hi, @yunshengb . Thank you for sharing your code and dataset.
However, there aren't test data, as mentioned another issue.
And, there are missing file on train set too.
Here is a error message of your code.
AIDS700nefData_train.pickle
is not in your google drive, https://drive.google.com/drive/folders/1Eusvi4_iOKM0AsO1LhxQFkY62kDEtuMq.Could you provide proper train & test data?
The text was updated successfully, but these errors were encountered: