"Cannot read property 'producer' of undefined"

[{"id":"453c3fa4.ad135","type":"tab","label":"Flow 6","disabled":false,"info":""},{"id":"62ab9935.52dea8","type":"tf-model","z":"453c3fa4.ad135","modelURL":"file:///home/pi/Downloads/model.json","outputNode":"","name":"","x":670,"y":40,"wires":[["9971b303.8badf"]]},{"id":"9971b303.8badf","type":"debug","z":"453c3fa4.ad135","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"payload","targetType":"msg","statusVal":"","statusType":"auto","x":1040,"y":220,"wires":[],"info":"{\n    payload:{\n        image_tensor: image\n    }\n}"},{"id":"5ef20a9c.342084","type":"inject","z":"453c3fa4.ad135","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"10","payloadType":"num","x":490,"y":140,"wires":[["62ab9935.52dea8"]]}]

So I have convert tensorflow model to tensorflow.js model based on tensorflow forum suggestion but I have faced this issue producer of undefined. I have attached the colab notebook also.

Hi @MK1992

You already have an thread open on this topic. Cannot load json model in nodered - #5 by MK1992

At this point, I suggest you contact the author of the node you are trying to use. This isn't a Node-RED specific question and so far noone here has been able to provide the answer you are looking for.

sure, thanks for the help.