aonotas / deep-crf

An implementation of Conditional Random Fields (CRFs) with Deep Learning Method
http://deep-crf.com
MIT License
168 stars 48 forks source link

Chainer utils use deprecated methods #43

Open massongit opened 6 years ago

massongit commented 6 years ago

(Related to #7) These methods use deprecated methods when using Chainer v1.24.0: https://github.com/aonotas/deep-crf/blob/ee2880ca2828a51a99bff3c0e181d2e387393893/deepcrf/util_chainer.py#L44-L49 https://github.com/aonotas/deep-crf/blob/ee2880ca2828a51a99bff3c0e181d2e387393893/deepcrf/util_chainer.py#L52-L57