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.
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.