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
Probably a known issue, but I thought I'd report it here anyway. make TEST produces the following SWIG related errors:
Running tests in ===|swig|===
----------------------------------------------------------------------
Ran 726 tests in 0.194s
OK
Running tests in ===|parser|===
ERROR (GRAPH): some of graph RNN_graph's node dnnc___1's
inputs are not connected to other nodes in the graph.
ERROR (TYPE INFER): cound not find all nodes for dnnc___1,
ERROR (CODEGEN): cound not find all nodes for dnnc___1,
an instance of RNN.
Please check model's sanity and try again.
ERROR (GRAPH): some of graph Loop_graph's node dnnc___1's
outputs are not connected to other nodes in the graph.
ERROR (CODEGEN): cound not find all nodes for dnnc___1,
an instance of Loop.
Please check model's sanity and try again.
ERROR (GRAPH): some of graph If_graph's node 2's
inputs are not connected to other nodes in the graph.
ERROR (GRAPH): some of graph BatchNormalization_graph's node dnnc___1's
inputs are not connected to other nodes in the graph.
ERROR (GRAPH): some of graph BatchNormalization_graph's node 1's
outputs are not connected to other nodes in the graph.
ERROR (TYPE INFER): cound not find all nodes for dnnc___1,
ERROR (CODEGEN): cound not find all nodes for dnnc___1,
an instance of BatchNormalization.
Please check model's sanity and try again.
ERROR (GRAPH): some of graph GRU_graph's node dnnc___1's
inputs are not connected to other nodes in the graph.
ERROR (TYPE INFER): cound not find all nodes for dnnc___1,
ERROR (CODEGEN): cound not find all nodes for dnnc___1,
an instance of GRU.
Please check model's sanity and try again.
read 130 files.
----------------------------------------------------------------------
Ran 1 test in 0.042s
The text was updated successfully, but these errors were encountered:
Probably a known issue, but I thought I'd report it here anyway.
make TEST
produces the followingSWIG
related errors:The text was updated successfully, but these errors were encountered: