sacmehta / ESPNetv2

A light-weight, power efficient, and general purpose convolutional neural network
MIT License
447 stars 70 forks source link

Have you used ImageNet pretrained weight to train epsnetv2 for segmentation? #35

Closed BaobeiChenchen closed 4 years ago

BaobeiChenchen commented 4 years ago

I want to check if the espnetv2 is trained with Imagenet pretrained weight. But it seems not clear in paper or the code.

Looking forward to your reply.

sacmehta commented 4 years ago

Yes. However, we didn’t find much difference in performance between models trained from scratch and models initialized with ImageNet pretrained weights. Models trained from scratch took longer time for training.