1
0
mirror of https://github.com/malarinv/tacotron2 synced 2026-03-08 01:32:35 +00:00

1. using sentencepiece for text_to_seq

2. using 40 mel channels
3. added makefile and .gitignore
This commit is contained in:
2019-09-23 15:30:43 +05:30
parent 131c1465b4
commit 4d5001bdf0
7 changed files with 1246 additions and 3 deletions

6
Makefile Normal file
View File

@@ -0,0 +1,6 @@
.PHONY: clean clean-test clean-pyc clean-build docs help common.mk
.DEFAULT_GOAL := help
notebook:
jupyter lab --ip=0.0.0.0 --no-browser --NotebookApp.token='${JUPYTER_TOKEN}'