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've reproduced the issue you're experiencing, and it appears to be specific to your model.json file. I've successfully run other model without any problems.
To help me understand the root cause, could you please share details about the origin of your model and the steps you took to convert or create it? Thank You!!
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: