sadeepj / crfasrnn_keras

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

about crfrnn_layer three weights #22

Closed alexliyang closed 6 years ago

alexliyang commented 6 years ago

Excuse me, I have a question : when training, crfrnn_layer's three weights are trained or not?

sadeepj commented 6 years ago

Hi @alexliyang, They are trained as well. CrfRnnLayer in this implementation supports back-propagation.

runzeer commented 6 years ago

thx for your excellent work! Now I have a tensorflow framework.So can I use the crfrnnlayer as a layer behind the layers from tensorflow such as slim?