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
I have had this same problem and would be very curious to hear a resolution. The issue is the state graph and adjacent matrix are initialized to the original run, did you change anything such as batch size or max degree of sampled neighbors. This would affect it. Ultimately all placeholders and the adjacency matrix created in minibatch need to be identical, so maybe your problem setting would allow you to keep those attributes the same. Changing the structure of the graph being learned/inferred, however, is much more difficult. For reference see this post. Unfortunately, I have had no response but the post does link to other similar posts.
original issue #22
Hello,
I have been saving my model via :
But when it comes to restoring model :
It restores but when i try to run it, it gives me following error:
Input to reshape is a tensor with 646076700 values, but the requested shape has 371140200
Help is much appreciated, maybe the way i am saving is wrong
Looking forward to hear back
The text was updated successfully, but these errors were encountered: