tfdeploy icon indicating copy to clipboard operation
tfdeploy copied to clipboard

tfdeploy: Deploy Tensorflow Models from R

Results 6 tfdeploy issues
Sort by recently updated
recently updated
newest added

TensorFlow Model serving in Connect is deprecated as of the September 2022 edition release. Support will be removed in a future release. We're recommending folks use an API framework like...

I am not being able to reproduce the example given in [TensorFlow Model Deployment from R End-to-End section](https://rstudio.github.io/tfdeploy/#end-to-end-example). I am willing to export and then serve a keras model, however,...

mxnet backend keras is faster than tensorflow in below benchmark comparison, in that, wish to implement tfdepoly for mxnet. ## reference: https://github.com/awslabs/keras-apache-mxnet/blob/master/benchmark/README.md

Hello, not sure how relevant to tfdeploy this is but just wanted to point it out. I've trained my own NN and successfully tested local deployment with the following json:...

If I add an `export_savedmodel()` call to this script: https://github.com/rstudio/tfestimators/blob/master/vignettes/examples/mnist.R The I get the following warning after calling export_savedmodel: WARNING:tensorflow:Export includes no default signature!

Run the following, notice that this is fixed if the r session is restarted after running `export_savedmodel()`. ```r library(tfestimators) mtcars_input_fn