Reuven Peretz

Results 13 comments of Reuven Peretz

Hi @dsnsabari, Are you trying to quantize a Keras or a PyTorch model?

@dsnsabari Can you please provide a code to reproduce the error?

@dsnsabari We don't have a support email. Could you please write the code here or create a gist?

@dsnsabari Thanks! I can't load your model as I get the next error: ` model = load_model('path') File "lib/python3.8/site-packages/keras/utils/traceback_utils.py", line 67, in error_handler raise e.with_traceback(filtered_tb) from None File "lib/python3.8/site-packages/keras/utils/generic_utils.py", line...

@dsnsabari I can't load it using this [gist](https://colab.research.google.com/gist/reuvenperetz/0d2807c02295cd5eaad4fb78462ed52d/issue.ipynb).

@dsnsabari I can't use it it as you removed the model from being public.

Dear @dsabarinathan, in order to understand the source of the issue we will need the full error stack trace. Also, a gist that reproduces the error could help us a...

Hello @1437539743, For now, MCT exports quantized models in a fakely-quantized manner (namely, the weights are quantized but have a float32 data type, and the activations are quantized using fake-quantized ...

Hi @Mukulareddy , A new method for exporting TFLite int8 models from MCT has recently been added and will be available in the upcoming release. Please keep in mind that...

Thanks for the quick reply! However, when trying to use TFSMLayer I get this error: OSError: SavedModel file does not exist at: ./model.keras/{saved_model.pbtxt|saved_model.pb} I guess this is aimed for a...