sadeepj / crfasrnn_keras

CRF-RNN Keras/Tensorflow version
http://crfasrnn.torr.vision
MIT License
603 stars 170 forks source link

Question about the loss and pretrained FCN-8s #43

Open netw0rkf10w opened 6 years ago

netw0rkf10w commented 6 years ago

Hi Sadeep,

Thanks for making this code available!

I would like to ask a few questions regarding the paper.

When you plugged the CRF layer to the pretrained FCN-8s and trained end-to-end, did the (softmax) loss actually go down? How many epochs did you train the model to see that it eventually went down? I tried training end-to-end ('lr=1e-13, momentum=0.99' as described in the paper) with the pretrained FCN-8s weights extracted from your model but the loss does not seem to go down :(

Could you please share the (Keras) pretrained FCN-8s weights that you used? Also, did you use any data augmentation?

Thank you very much in advance! Best regards.

chciw commented 2 years ago

I have the same question:(