简体   繁体   中英

Is there any existing implementation of dense crf where it is trained in batch?

I have a big dataset and want to train my CNN Model with DenseCRF (CNN+CRFasRNN). I want to do this training in batch. But as far as I know, the C++ library for the dense CRF does not allow mini-batch training. Also, I haven't come across any implementation in Python which does that. Can anyone help me with this?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM