We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e96c8e4 commit 94aca7eCopy full SHA for 94aca7e
README.md
@@ -53,9 +53,7 @@ See "Synthesize from a checkpoint" section in the README for how to generate spe
53
54
- Python 3
55
- CUDA >= 8.0
56
-- PyTorch >= v0.3
57
- TensorFlow >= v1.3
58
-- [tensorboard-pytorch](https://github.com/lanpa/tensorboard-pytorch) (master)
59
- [nnmnkwii](https://github.com/r9y9/nnmnkwii) >= v0.0.11
60
- [MeCab](http://taku910.github.io/mecab/) (Japanese only)
61
setup.py
@@ -79,6 +79,7 @@ def create_readme_rst():
79
install_requires=[
80
"numpy",
81
"scipy",
82
+ "torch >= 0.3.0",
83
"unidecode",
84
"inflect",
85
"librosa",
0 commit comments