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 has been 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.
Best regards,
Yudhajit
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
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.
Best regards,
Yudhajit
The text was updated successfully, but these errors were encountered: