Metadata-Version: 2.1
Name: texar-pytorch
Version: 0.1.2.post1
Summary: Toolkit for Machine Learning and Text Generation
Home-page: https://github.com/asyml/texar-pytorch
License: Apache License Version 2.0
Platform: any
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: regex (>=2018.01.10)
Requires-Dist: numpy (<=1.19.5,>=1.15.4)
Requires-Dist: requests
Requires-Dist: funcsigs
Requires-Dist: sentencepiece (==0.1.91)
Requires-Dist: mypy-extensions
Requires-Dist: packaging (>=19.0)
Provides-Extra: dist
Requires-Dist: adaptdl (>=0.2.4) ; extra == 'dist'
Provides-Extra: examples
Provides-Extra: extras
Requires-Dist: Pillow (>=3.0) ; extra == 'extras'
Requires-Dist: tensorboardX (>=1.8) ; extra == 'extras'
Provides-Extra: torch
Requires-Dist: torch (>=1.0.0) ; extra == 'torch'


Texar-PyTorch is an open-source toolkit based on PyTorch,
aiming to support a broad set of machine learning especially text generation
tasks, such as machine translation, dialog, summarization, content manipulation,
language modeling, and so on.

Texar is designed for both researchers and practitioners for fast prototyping
and experimentation. Checkout https://github.com/asyml/texar for the TensorFlow
version which has the same functionalities and (mostly) the same interfaces.


