| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2019-04-05 | 1.2 kB | |
| Texar v0.2.0.tar.gz | 2019-04-05 | 503.1 kB | |
| Texar v0.2.0.zip | 2019-04-05 | 723.2 kB | |
| Totals: 3 Items | 1.2 MB | 0 | |
New features
TFRecordData: A new data module for reading and processing TFRecord data, with support for, e.g., image data, feature data, etc. (#107)GPT-2: OpenAI pretrained language model. (#91, example)TopKSampleEmbeddingHelperto perform top_k random sample decoding. (baa09ff)
Feature improvements
- Refactor
BERTexample usingTFRecordDatadata module. TransformerDecodersupportshelperarguments to specify decoding strategy. (#76)
Fixes
- Fix variable collection bug in
examples/seqgan. (#110) - Fix error when
beam_search_decodewithoutput_layer=tf.identity(#77) - Fix readthedocs compilation error (#85)