Closed genman closed 3 months ago
tfgnn_intro_mutag_example.py.txt
I'm facing the same issue in some GNN code that worked on an older release–from about May 2023. (I don't know the precise version.)
Hi @genman , thank you for your report!
Please let me ask: Does the problem go away if you replace the packages tensorflow
and tf-keras
by the most recent versions 2.17.0rc*
while keeping Python at 3.12? I think there might be an issue with the combination of older TF/Keras and Python 3.12.
there might be an issue with the combination of older TF/Keras and Python 3.12.
In the absence of reports to the contrary, I think that's the resolution.
Env:
Installation was done using venv/pip.
Running the simple tfgnn_intro_mutag_example.py leads to this error during model.fit()