What is this Slim network based on? Is there a paper on that?
yxchng opened this issue · 2 comments
yxchng commented
What is this Slim network based on? Is there a paper on that?
ainrichman commented
No paper. It is based on practical experience. Basically, the design comes from MobileNet DetpthWise Convolution
kimtaehyeong commented
Hello.
How can I train using the mobilenet backbone rather than the Slim model? Currently mobileNet cannot find an implementation.
thank you.