Texar-PyTorch v0.1.2
New features
- Integrated texar-pytorch with NNI and AdaptDL for distributed adaptive API (#331)
- Integrated with NNI for hyperparameter tuning (#324)
- Add Information Loss based on KL divergence (#328)
- Allow WordpieceTokenizer to return the original character spans (#332)
- Add a few modules: RNN Classifier (#303), SpanBERT (#300)
Feature improvements:
- Fix a few documentation issues.
Fixes