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
TypeError: Cannot read properties of undefined (reading 'split')
at parseNodeName (tfjs-converter/src/operations/executors/utils.ts:138:22)
at getTensor (tfjs-converter/src/operations/executors/utils.ts:74:29)
at getParamValue (tfjs-converter/src/operations/executors/utils.ts:53:20)
...
Any insights on resolving this issue?
The text was updated successfully, but these errors were encountered:
I'm encountering an
undefined
variable issue while running inference with the GraphModel in TensorFlow.js. It's occurring in tfjs-converter/src/operations/executors/utils.ts#L138.System Information:
Current Behavior:
Inference fails due to an
undefined
variable, leading to a TypeError.Expected Behavior:
The GraphModel should execute inference without errors.
Minimal Reproducible Code (in HTML):
tfjs_graph.zip
Error Log (from Node):
Any insights on resolving this issue?
The text was updated successfully, but these errors were encountered: