pythonlessons / mltu

Machine Learning Training Utilities (for TensorFlow and PyTorch)
MIT License
160 stars 100 forks source link

Custom Captcha To Text Model for Node.js #49

Closed Kyou-Izumi closed 1 month ago

Kyou-Izumi commented 2 months ago

I was able to save the the model under HDF5, .ONNX, and SavedModel (using tf.saved_model.save)

image

However, I'm still unable to find the answer for how to run the model on Node.js backend

tensorflowjs_converter doesn't seem to work with model has Lambda layer, can you help me please...