Hello! Really nice library, thank you!
I am bit confused, I've trained model with good results, saved it to file and now I would like to use with model.predict in "plain" tensorflow.js or even something like agent.predict.
How can I do that? I am new to tensorflow.js, tried multiple options, always getting errors that shape is different than expected on tensor2d contruction.
Thank you for your help.
Hello! Really nice library, thank you!
I am bit confused, I've trained model with good results, saved it to file and now I would like to use with
model.predictin "plain" tensorflow.js or even something likeagent.predict.How can I do that? I am new to tensorflow.js, tried multiple options, always getting errors that shape is different than expected on
tensor2dcontruction.Thank you for your help.