I am working with the jetson-inference repository.
I have the base model “mobilenet-v1-ssd-mp-0_675.pth”. But if I want to train, for example, with network=mb2-lite, do I need another base model? If so, where can I download base models like the mobilenet-v1-ssd-mp-0_675.pth?
PD: Because when I try to train with mobilenet v2 architecture, using as base model mobilenet-v1-ssd-mp-0_675.pth, I get the error “unexpected keys in state_dict”.