Open samarohith opened 5 years ago
I want to use CRF instead of softmax(logsoftmax). How would you recommend doing it? There is a library "Pytorch-crf" available.
Hi, Sorry for the very late reply. I tried adding CRF layer but the module kept on failing.
I want to use CRF instead of softmax(logsoftmax). How would you recommend doing it? There is a library "Pytorch-crf" available.