sadeepj / crfasrnn_keras

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

CRFrnn_layer batch size #6

Open maloletnik opened 7 years ago

maloletnik commented 7 years ago

Hi,

Your implementation of the crf layer supports only batch_size = 1. Correct?

sadeepj commented 7 years ago

That is correct. This is now mentioned under "Limitations" in the README. I'll leave this issue open so that I'll remember to fix it. If you have a patch to fix this, you're more than welcome to submit a pull request.

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?

manishh commented 6 years ago

Any pointers where can I make changes to batch_size?

mitra052 commented 5 years ago

Has the batch_size issue been fixed?

pvthuy commented 4 years ago

Did anyone fix this?