How to Convert an AllenNLP model and Deploy on Caffe2 and TensorFlow

Posted on Wed 09 January 2019 in Part-of-speech Tagging • Tagged with Part-of-speech Tagging, Sequential Labeling, AllenNLP, ONNX, Caffe2, TensorFlow

In the last three posts, I talked mainly about how to train NLP models using AllenNLP. AllenNLP is a great NLP framework especially for quickly prototyping research models. However, it is not optimized for scalability or portability, and it comes with a ton of dependencies that are handy when you …


Continue reading