pytorch-crf icon indicating copy to clipboard operation
pytorch-crf copied to clipboard

Pytorch 1.2 Upgrade

Open aravindMahadevan opened this issue 3 years ago • 1 comments
trafficstars

Description

Upgrade library to support Pytorch 1.2 which will enable us to Torchscript the forward and decode method.

aravindMahadevan avatar Jul 09 '22 17:07 aravindMahadevan

Thanks for this. I have allowed the tests to run, and it seems they're all succeeding! Another thing left is then to update the minimum requirement in docs/index.rst to say PyTorch 1.2, then I think we can merge this.

kmkurn avatar Jul 10 '22 03:07 kmkurn

I'm merging this despite the build error. The error seems caused by Python 3.6 that no longer exists in newer Ubuntu.

kmkurn avatar Dec 09 '22 23:12 kmkurn