Piotr94

Results 5 comments of Piotr94

Thanks @JanuszL for reply! I am trying to reproduce FastDVDnet results (https://github.com/m-tassano/fastdvdnet), for which authors used old version of DALI (https://github.com/m-tassano/fastdvdnet/releases/tag/v0.1). Current version of repository is compatible with new DALI...

Simple updating DALI version unfortunately is not possible because one of the operations used in old version of the code is not supported anymore (CropCastPermute, it was replaced with CropMirrorNormalize)....

Thanks for help. If I will have time I'll test it in the way you suggested. For now I have made some hack, I have removed first frame from the...

Thanks for your answer. Indeed i didn't use per channel quantization in AIMET but I don't see how could I set it. In the documentation for QuantSimModel ([link](https://quic.github.io/aimet-pages/AimetDocs/api_docs/torch_quantsim.html)) I couldn't...

For people who would have similar problem: the problem was that I was using layer names from ONNX, instead I had to use layer names from quantized .dlc model. They...