issues
search
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
is the "mobile" part MobileNetV3?
if yes, how do you initialize it before training? random or already pretrained one?
why there is some custom function related to checkpoint loading in helper.py?
AAboys
commented
2 years ago
mobile part is NOT mobilenetv3.
random initialized
this is followed codebase in timm