sacmehta / ESPNet

ESPNet: Efficient Spatial Pyramid of Dilated Convolutions for Semantic Segmentation
https://sacmehta.github.io/ESPNet/
MIT License
541 stars 112 forks source link

training details #18

Closed lizhengwei1992 closed 6 years ago

lizhengwei1992 commented 6 years ago

hi, @sacmehta! I see that in the paper: First, ESPNet-C was trained with down-sampled annotations. Second, a light-weight decoder was attached to ESPNet-C and then, the entire ESPNet network was trained

you freeze the parameters of encoder(ESPNet-C ) in the training of ESPNet ?

sacmehta commented 6 years ago

No, we do not freeze the weights.