Sequence-Labelling icon indicating copy to clipboard operation
Sequence-Labelling copied to clipboard

How to install the keras which has the 'ChainCRF' layer?

Open find-fun opened this issue 7 years ago • 1 comments

Hello, what is the version of your keras? I use keras2.1.6, but there is not the ChainCRF. So I want to know how to get the keras that can import ChainCRF correctly. Thank you very much.

find-fun avatar May 30 '18 09:05 find-fun

update keras: pip install git+git://github.com/fchollet/keras.git --upgrade --no-deps

qinwang2333 avatar Oct 09 '18 02:10 qinwang2333