Replies: 1 comment
-
Sorry for the late reply. Can you post the code that is causing the crash? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I am building models in keras with GAT layers I am getting the following error:
This error is causing all sorts of issues when I try to build models with the functional api. So I decided to subclass a keras model and build it that way but even then I get the same issue when I try to save my model.
The error occurs when I try to trace my call function using empty inputs (where the batch dimension is None).
Any help on fixing this issue would be greatly appreciated
Beta Was this translation helpful? Give feedback.
All reactions