Princy Pappachan Iakov

Results 2 comments of Princy Pappachan Iakov

```python !pip install -q -U "tensorflow-text==2.8.*" !pip install cloudpickle !pip install -q tf-models-official==2.7.0 import os import shutil import cloudpickle import tensorflow as tf import tensorflow_hub as hub import tensorflow_text as...

@gowthamkpr Thank you for your response. Our application uses multiple models, frameworks and cloudpickle help us integrate the same with ease. Using model.save would restrict us to just tensorflow. We...