Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2021-03-29 | 1.1 kB | |
Texar-PyTorch v0.1.2.tar.gz | 2021-03-29 | 1.6 MB | |
Texar-PyTorch v0.1.2.zip | 2021-03-29 | 1.9 MB | |
Totals: 3 Items | 3.4 MB | 0 |
New features 1. Integrated texar-pytorch with NNI and AdaptDL for distributed adaptive API (https://github.com/asyml/texar-pytorch/pull/331) 1. Integrated with NNI for hyperparameter tuning (https://github.com/asyml/texar-pytorch/pull/324) 1. Add Information Loss based on KL divergence (https://github.com/asyml/texar-pytorch/pull/328) 1. Allow WordpieceTokenizer to return the original character spans (https://github.com/asyml/texar-pytorch/pull/332) 1. Add a few modules: RNN Classifier (https://github.com/asyml/texar-pytorch/pull/303), SpanBERT (https://github.com/asyml/texar-pytorch/pull/300)
Feature improvements: 1. Fix a few documentation issues.
Fixes 1. Fix a type error in Beam Search top-k index (https://github.com/asyml/texar-pytorch/pull/330) 1. Fix a file operation error in Executor (https://github.com/asyml/texar-pytorch/pull/323) 1. Fix some evaluator bugs and related file handling (https://github.com/asyml/texar-pytorch/pull/320) 1. Fix a problem where metrics cannot be pickled (https://github.com/asyml/texar-pytorch/pull/319)