Vicky-jy

Results 2 comments of Vicky-jy

> Oh right, you can either leave out the `metrics=[crf_viterbi_accuracy]` part or create another function like the first one. > > ``` > from keras_contrib.metrics.crf_accuracies import _get_accuracy > def create_joined_crf_accuracy(crf):...