Vladimir Luchinskiy
Vladimir Luchinskiy
There are calls to some non-existent network blocks in [ddrnet_39.py](https://github.com/chenjun2hao/DDRNet.pytorch/blob/main/lib/models/ddrnet_39.py). More specifically: * `Bottleneck_last` in line 58 * `SPP_super` in line 271 Judging by the [ddrnet_23_slim.py](https://github.com/chenjun2hao/DDRNet.pytorch/blob/main/lib/models/ddrnet_23_slim.py) that has no such...
## Transfered to rknn quantized pytorch model yields different results ### Environment - rknn-toolkit==1.7.1 - torch==1.9.0+cu111 - torchvision==0.10.0+cu111 ### How I obtain pytorch quantized model Basically, I just train a...