I'm trying to implement a model using TensorFlowJS,
I took an existing h5 model, and transferred it to json and weights
using tensorflowjs_wizard,
I'm now trying to import both files so I can use them, but my VS code does not recognize the weights file, even when I try to get the location by hand, it won't recognize the file
anyone knows a solution?
I found the answer, in the root folder you need to create a metro.config.js file and add this: