aimet-model-zoo icon indicating copy to clipboard operation
aimet-model-zoo copied to clipboard

Results 19 aimet-model-zoo issues
Sort by recently updated
recently updated
newest added

$ python3.6 pose_estimation_quanteval.py pe_weights.pth ./data/ 2022-05-24 22:37:22,500 - root - INFO - AIMET defining network with shared weights Traceback (most recent call last): File "pose_estimation_quanteval.py", line 700, in pose_estimation_quanteval(args) File...

`ImportError: /home/mi/anaconda3/envs/aimet/lib/python3.7/site-packages/aimet_common/x86_64-linux-gnu/aimet_tensor_quantizer-0.0.0-py3.7-linux-x86_64.egg/AimetTensorQuantizer.cpython-37m-x86_64-linux-gnu.so: undefined symbol: _ZNK2at6Tensor8data_ptrIfEEPT_v` platform:Ubuntu 18.04 GPU: nvidia 2070 CUDA:11.1 pytorch python:3.7

This pull request will add the QuIC Organization Repolinter Action. Please see https://github.com/quic/.github for more information.

Thank you for sharing these valuable models. I'd like to evaluate and look into the 'MobileNet-v1-1.0' model quantized by the [DFQ](https://arxiv.org/abs/1906.04721). I'd appreciate it if you could provide the quantized...

I've been working through the DeepLabV3 Pytorch tutorial, which can be founded here: https://github.com/quic/aimet-model-zoo/blob/develop/zoo_torch/Docs/DeepLabV3.md. However, when running the evaluation script using optimized checkpoint, I am unable to replicate the `mIOU`...

For DeepSpeech2, may I know what's the runtime for it's quantized (INT8 ) model, Hexagan DSP, NPU or others? And what's the AI framework, SNPE, Hexagan NN or others? Thanks~

if you look at ⁠[sesr_m3 x4 config](https://github.com/quic/aimet-model-zoo/blob/develop/aimet_zoo_torch/sesr/model/model_cards/sesr_m3_4x_w8a8.json) in aimet zoo (and maybe other sesr variants), it says scaling_factor = 2, num_lblocks = 4. When I load the fp32 weights file...

Hi @quic-bharathr, I wanted to retrain QuickSRNet on my own dataset but realized the code for `convert_conv_following_space_to_depth_to_dcr` is not available in the repo. Would you please provide the code? Thanks!!

Hi: Why is the pytorch model in gpt a bin file?