Metadata-Version: 2.1
Name: tacotron2-model
Version: 0.1.1
Summary: A PyPI port of the NVIDIA Tacotron2 model
Home-page: https://github.com/BenAAndrew/tacotron2-model
Author: Ben Andrew
Author-email: benandrew89@gmail.com
License: UNKNOWN
Description: # tacotron2-model
        A PyPI port of the NVIDIA Tacotron2 model
        
        Source: https://github.com/NVIDIA/tacotron2 (model.py)
        
        Only change from the NVIDIA original is a replacement of hparams with individual arguments to remove the dependency on tf.contrib.training.HParams (deprecated since tensorflow 1).
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.5
Description-Content-Type: text/markdown
