mmrazor
mmrazor copied to clipboard
How could I use MMRazor to train YoloX with KD ?
I need the MMRazor API to the yolox to make KD, and the config file of YOLOX too.
We haven't found an efficient distillation method on yolox yet, if you want to develop a distillation algorithm on yolox, this document may be helpful to you. https://github.com/open-mmlab/mmrazor/blob/master/docs/en/tutorials/Tutorial_6_customize_kd_algorithms.md
Thanks for your reply! If I could get the method or code using cwd to train on yolox from your organization.
从 Windows 版邮件发送
发件人: pppppM 发送时间: 2022年4月11日 15:45 收件人: open-mmlab/mmrazor 抄送: LiuXuan66; Author 主题: Re: [open-mmlab/mmrazor] How could I use MMRazor to train YoloX withKD ? (Issue #130)
We haven't found an efficient distillation method on yolox yet, if you want to develop a distillation algorithm on yolox, this document may be helpful to you. https://github.com/open-mmlab/mmrazor/blob/master/docs/en/tutorials/Tutorial_6_customize_kd_algorithms.md — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>
We haven't found an efficient distillation method on yolox yet, if you want to develop a distillation algorithm on yolox, this document may be helpful to you. https://github.com/open-mmlab/mmrazor/blob/master/docs/en/tutorials/Tutorial_6_customize_kd_algorithms.md
about yolox, it has some suggestions about kd? I have experimented with some algorithms, but the accuracy has hardly improved.
@jvwj @LiuXuan66 Did you succeed? Can you share your configuration? my attempt failed #184
I had tried a lot, but I can't solve the configuration.