marcellacornia / mlnet

A Deep Multi-Level Network for Saliency Prediction. ICPR 2016
MIT License
94 stars 37 forks source link

are vgg weights only being used for feature extraction? #19

Closed shreelock closed 5 years ago

shreelock commented 5 years ago

Have VGG weights been frozen, and being just used for feature extraction, or are being trained as well?

marcellacornia commented 5 years ago

@shreelock Hi! No, we finetuned the VGG weights with the rest of the model.

shreelock commented 5 years ago

Thanks!