Skip to content Skip to sidebar Skip to footer

Load Tensorflow Savedmodel In Rstudio Trained In Google Cloud Ml

I trained a model in Google Cloud ML and saved it as a saved model format. I've attached the directory for the saved model below. https://drive.google.com/drive/folders/18ivhz3dqdk

Solution 1:

Since the shared model is not available anymore (it says that is in the trash folder)and it is not specified in the question I can't tell which framework you used to save the model on first place. I will suggest trying the Keras load function or the Tensorflow load function depending on which type of saved file model you have. Bear in mind modify this argument as "compile = FALSE" if you have the model already compiled.

Remember to import the latest libraries if you trained your model with tf>=2.0 because of dependencies incompatibilities {Tensorflow, Keras} and rsconnect::appDependencies() output would be worth checking.

Post a Comment for "Load Tensorflow Savedmodel In Rstudio Trained In Google Cloud Ml"