I want to convert a model and its respective trained weights from tensorflow.js to standard tensorflow, but cant quite figure out how to do it, the documentation of tensorflow.js dont say anything about this
I have a manifest.json and a lot of other files corresponding to the weights and bias of every layer, I want to get a .bytes file, to be used in the standard version of tensorflow
I checked the answers to other question that might be mildly related How to download models and weights from tensorflow.js (I asked that question) which was only partially answered, answer that doesnt give any hints regarding this one