Closed KartoffelToby closed 3 years ago
Agreed! We'd love to add this and are evaluating when we could right now.
for now a working workflow to convert it would be nice. but this is related to #13
I just tried to convert one & miserably failed. I did get model.json but the web code crashed badly.
Please have a tensorflow js as the export option. Anyone can help for now?
PS : I am just trying to create a simple Male / Female classifier for experimenting. It works like charm on Lobe application, but unable to bring it to web.
I don't understand why they made an example in a format that they couldn't extract.
After installing and using tensorflowjs_wizard
, the converter throws an error with AssertionError: Got '4194304'
.
Has anyone had any luck converting to a tensorflow.js? Any workaround, no matter how hacky, would be super helpful.
We will have Lobe directly export TensorFlow.js soon! For now, you can use the conversion script here to go from the TensorFlow saved model exported by Lobe into TensorFlow.js: https://github.com/mbeissinger/tfjs-converter
a lobe export Option to tensorflow js would be nice.