AAboys / MobileFormer

Code and models for mobile-former
119 stars 18 forks source link

"Mobile" part and its initailization #6

Closed rayleizhu closed 2 years ago

rayleizhu commented 2 years ago
  1. is the "mobile" part MobileNetV3?
  2. if yes, how do you initialize it before training? random or already pretrained one?
  3. why there is some custom function related to checkpoint loading in helper.py?
AAboys commented 2 years ago
  1. mobile part is NOT mobilenetv3.
  2. random initialized
  3. this is followed codebase in timm