We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
请问,mmrazor 中connector模块 ,只能实现教师和学生模型某一层特征输出通道维度对齐嘛?也就是说 如果在长、宽、通道三者均不相同的条件下,怎么来实现呢? 比如说 用YOLOX作为教师模型,YOLOv3作为学生模型,在使用connector后,就是只是对齐了通道维度,而长、宽维度尺寸不同导致无法计算蒸馏loss
The text was updated successfully, but these errors were encountered:
No branches or pull requests
请问,mmrazor 中connector模块 ,只能实现教师和学生模型某一层特征输出通道维度对齐嘛?也就是说 如果在长、宽、通道三者均不相同的条件下,怎么来实现呢? 比如说 用YOLOX作为教师模型,YOLOv3作为学生模型,在使用connector后,就是只是对齐了通道维度,而长、宽维度尺寸不同导致无法计算蒸馏loss
The text was updated successfully, but these errors were encountered: