ModelTC / United-Perception

United Perception
Apache License 2.0
426 stars 65 forks source link

运行自带的retinanet配置失败 #34

Closed wangshankun closed 2 years ago

wangshankun commented 2 years ago
Error log:
dimensions of scale and zero-point are not consistent with input tensor;

运行指令:时候加上一次evaluate,原始pretrain模型无法运行; image

image

PannenetsF commented 2 years ago

ckpt可能加载的是fp32的,需要加载量化训练完成后的ckpt

wangshankun commented 2 years ago

ckpt可能加载的是fp32的,需要加载量化训练完成后的ckpt

嗯,这个是量化之前,先评估org fp32模型的

PannenetsF commented 2 years ago

换成base runner

On Aug 5, 2022, at 09:38, sandy @.***> wrote:

ckpt可能加载的是fp32的,需要加载量化训练完成后的ckpt

嗯,这个是量化之前,先评估org fp32模型的

— Reply to this email directly, view it on GitHub https://github.com/ModelTC/United-Perception/issues/34#issuecomment-1205945547, or unsubscribe https://github.com/notifications/unsubscribe-auth/AK556VHRZDNBWCBM76TLLPTVXRWBPANCNFSM55GPFCQA. You are receiving this because you commented.