GitHub - kaniblu/pytorch-bilstmcrf
github.com › kaniblu › pytorch-bilstmcrfFeb 18, 2018 · BiLSTM-CRF on PyTorch An efficient BiLSTM-CRF implementation that leverages mini-batch operations on multiple GPUs. Tested on the latest PyTorch Version (0.3.0) and Python 3.5+. The latest training code utilizes GPU better and provides options for data parallization across multiple GPUs using torch.nn.DataParallel functionality. Requirements