React project doesn't recognize the exported model
Opened this issue · 4 comments
rczalez commented
stone-skipper commented
I'm experiencing the same. Have you found the solution, by any chance?
hksamwan commented
I am encountering a similar problem, I found that it may be due to the type of AI model used being layer models instead of graph models. Therefore, I tried to export the AI file in lobe.ai again with the TensorFlow format, then follow the instruction here: https://github.com/tensorflow/tfjs/tree/master/tfjs-converter to convert the TensorFlow SavedModel to TensorFlow.js graph_model and do the replacing of the template file over again. It works! Hope that might help you.
rataprens commented
Did anyone find another solution?
isaacwritescode commented
Facing the same issue