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
Which uses the encode method of the compiled protobuf message.
While the encode and subsequent construction of a Graph and Session works fine, session.run results in a segmentation fault, suggesting an invalid attribute or some other detail of the graph.
The text was updated successfully, but these errors were encountered:
We should be able to construct a graph in node.js using protocol-buffers directly. For example:
Which uses the
encode
method of the compiled protobuf message.While the encode and subsequent construction of a Graph and Session works fine, session.run results in a segmentation fault, suggesting an invalid attribute or some other detail of the graph.
The text was updated successfully, but these errors were encountered: