File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 5
5
[ ![ PyPI] ( https://img.shields.io/pypi/v/deepvoice3_pytorch.svg )] ( https://pypi.python.org/pypi/deepvoice3_pytorch )
6
6
[ ![ Build Status] ( https://travis-ci.org/r9y9/deepvoice3_pytorch.svg?branch=master )] ( https://travis-ci.org/r9y9/deepvoice3_pytorch )
7
7
[ ![ Build status] ( https://ci.appveyor.com/api/projects/status/8eurjakfaofbr24k?svg=true )] ( https://ci.appveyor.com/project/r9y9/deepvoice3-pytorch )
8
+ [ ![ DOI] ( https://zenodo.org/badge/108992863.svg )] ( https://zenodo.org/badge/latestdoi/108992863 )
8
9
9
10
PyTorch implementation of convolutional networks-based text-to-speech synthesis models:
10
11
Original file line number Diff line number Diff line change 7
7
import subprocess
8
8
from os .path import exists
9
9
10
- version = '0.1.0 '
10
+ version = '0.1.1 '
11
11
12
12
# Adapted from https://github.com/pytorch/pytorch
13
13
cwd = os .path .dirname (os .path .abspath (__file__ ))
You can’t perform that action at this time.
0 commit comments