简体   繁体   English

批量培训过的稠密crf是否有任何现有的实现?

[英]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). 我有一个很大的数据集,并想用DenseCRF(CNN + CRFasRNN)训练CNN模型。 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. 但据我所知,用于密集CRF的C ++库不允许进行小批量训练。 Also, I haven't come across any implementation in Python which does that. 另外,我还没有在Python中实现此目的的任何实现。 Can anyone help me with this? 谁能帮我这个?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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