Releases: asyml/texar-pytorch
Releases · asyml/texar-pytorch
Texar-Pytorch v0.1.4
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
Texar-PyTorch v0.1.1
New features
- Support PyTorch 1.3. (#249)
- Add
T5modules (T5Encoder,T5Decoder, andT5EncoderDecoder). (#280) - Add
T5Tokenizer. (#283) - Support PyTorch 1.4. (#291)
Feature improvements
- Refactor the interface of GPT2 modules. (#238)
- Support
gpt2-xlcheckpoint file in GPT2 modules. (#242) - Add code coverage check in CI. (#245)
- Update the vocabulary files of RoBERTa modules. (#255)
- Disable
codecov/patchcheck in CI. (#265) - Provide option to freeze the embedding parameters. (#271)
- Add
encode_text_for_generationfunction inXLNetTokenizer. (#278) - Use warning instead of error in
map_token_to_idfunction. (#285) - Add copyright header to unit tests. (#287)
- Remove duplicated
pytestin CI. (#289) - Update the versions of
pylint,flake8, andmypyin CI. (#292)
Fixes
- Fix the documentation issues in
SentencePieceTokenizer. (#236) - Fix the bugs in RoBERTa checkpoint file loading procedure. (#241)
- Fix the documentation issues in
Executor. (#244) - Fix the documentation issues in
gpt-2example. (#250) - Fix the bugs in
bidirectional_dynamic_rnnanddynamic_rnnfunctions. (#252) - Fix the bugs in
vae_textexample. (#253) - Fix the bugs in
sentence_classifierexample. (#262) - Fix the path error when installing
texar-pytorchin Windows. (#268) - Fix the bugs in
XLNetTokenizer. (#273) - Fix the bugs in
download_checkpointfunction. (#274) - Fix the bugs in google drive downloading function. (#275)
- Fix the bugs in the unit test of
GPT2Decoder. (#288) - Fix the documentation issues in
Decodermodule. (#290)
Texar-PyTorch v0.1.0
First formal release of Texar-PyTorch
Texar-PyTorch v0.0.1
Initial release