-
Notifications
You must be signed in to change notification settings - Fork 73
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
Error: Can't pickle generator #44
Comments
Could you tell what Tensorflow version you were using? |
tensorflow 2.5 |
I faced the same problem, how to fix it bro? |
@lh98cool: did not find any solution yet. |
Any updates? |
I have found a temporary fix for this issue. Alternatively, disable multithreding by setting |
I got the same error on mac(Big Sur), but it worked on Colab so for now I'm using that. |
On Windows 10, with Python 3.6.5, getting error on running
tf2_gnn_train RGCN PPI --max-epochs 10 data/ppi/
log is:
Any resolution?
The text was updated successfully, but these errors were encountered: