ReImproveJS
ReImproveJS copied to clipboard
How to save and load the model?
I tried saving the model using tensorflow's model.save().
But when I tried using it after loading, I got an error: "this.model.randomOutput is not a function"
Please guide on how we can save and load the model to continue training.
@Pravez Any chance you could answer this?