bert_crf
bert_crf copied to clipboard
Error
Hi
I clone your repo on google colab to run it
At the beginning I get an error that torchcrf module not found but after I install pytorch-crf (!pip install pytorch-crf==0.4.0) it works , but I get other errors :
"Traceback (most recent call last):
File "bert_crf.py", line 433, in
TypeError: init() got an unexpected keyword argument 'batch_firs"
how I can fix them?