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
{{ message }}
This repository was archived by the owner on Apr 27, 2023. It is now read-only.
I was looking at the "Customized Graph Network Model" section of the documentation. I am trying to rework it into a custom model for my problem. I am getting stuck on the correct shape of the target/output tensor "Y". What would be your suggestion for this?
To give further context, suppose I write a line of code as follows:
model.fit( X, Y)
where, X corresponds to a graph-based input consistent with graph_to_input(). What shape should Y have?
I would appreciate any help on this.