sabari

Results 16 comments of sabari

@jkjung-avt , I trained the SSD mobilnet v2 model on tf 14.0 and tested the model on tf 15.4 with **Jetpack version 4.6** I trained my custom model with Object...

As per your suggestion, I had removed the FP16 from the build_engine.py file. But still, I am getting the same accuracy. There is no improvement https://github.com/jkjung-avt/tensorrt_demos/issues/504#issuecomment-971066091

still, i am confused 'from load_img_data import get.....' is hard understand;

Hi @reuvenperetz , I am trying to quantize the tf.keras model.

@reuvenperetz can you send me the support email id .

@reuvenperetz , I have loaded the model below and used the same script you shared for model quantization. Please let me know once downloaded the model. I will remove the...

@reuvenperetz , I am able to load the model colab. Can you try and tell me.

@reuvenperetz , I ran the code [gist](https://colab.research.google.com/gist/reuvenperetz/0d2807c02295cd5eaad4fb78462ed52d/issue.ipynb). and it didn't download the model. can you download the model file and read it from google drive? you should pass the model...

@reuvenperetz still I am getting the same error. can you load the model directly and test it ? ``` /usr/local/lib/python3.7/dist-packages/gdown/parse_url.py:39: UserWarning: You specified a Google Drive link that is not...

Hi Victordibia, I am using ssdlitemobilenetv2 model checkpoint. Below I mentioned the code for converting the model checkpoint to serving. But empty variable folder was generated. import tensorflow as tf...