You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! Thank you very much for sharing the code.
Sorry to disturb, but I have met some problems when running main.py under IMDBMulti dataset. The program works fine under LINUX and AIDS700nef datasets. But it has some errors under IMDBMulti. My command is:
There're 4 GTX 1080Ti GPUs on my server so I am sure the GPU I assigned is valid.
And after building the model, when the optimization started, the program errs. And the error messages are like this:
Sorry that I'm not quite familiar with tensorflow. Could you please tell me what the problem is? Thank you very much!
The text was updated successfully, but these errors were encountered:
I see some error related to padding. Can you paste the entire configuration here? I suspect it is because of the max_nodes flag set wrongly. If you use config.py, we set it to 90 https://github.com/yunshengb/SimGNN/blob/master/model/Siamese/config.py#L20. If you manually provide command line arguments, make sure to add something like --max_nodes 90.
The idea of creating config.py is to avoid typing in command line arguments. Instead, we can modify a few parameters in config.py and let the file handle the setting of the rest parameters via a bunch of ifelse statements. Then we can simply run python main.py without the following --xxxs. We apologize we did not make this idea clear. We have update the README accordingly. Thank you very much!
Hi! Thank you very much for sharing the code.
Sorry to disturb, but I have met some problems when running
main.py
under IMDBMulti dataset. The program works fine under LINUX and AIDS700nef datasets. But it has some errors under IMDBMulti. My command is:There're 4 GTX 1080Ti GPUs on my server so I am sure the GPU I assigned is valid.
And after building the model, when the optimization started, the program errs. And the error messages are like this:
Sorry that I'm not quite familiar with tensorflow. Could you please tell me what the problem is? Thank you very much!
The text was updated successfully, but these errors were encountered: