You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was just trying your iterative compression algorithms using vbmf for compressing the faster rcnn model (exactly the same code mentioned in your paper), but i found it great difficulty doing the fine-tuning work. The more layers I compressed, the less mAP it achieved. Finally, it is approximately 8~10 points lost, which is far below your performance.
Can u tell me how I should do the fine-tuning part better? (like dataset, lr, epoch, etc.) Or can u tell me some of your opinions in terms of it? Thank u!