Skip to content

Commit 5c32494

Browse files
committed
🚀 Support MultiGPU/SiggleGPU in one base_trainer, Refactor project.
1 parent 621cada commit 5c32494

File tree

101 files changed

+3112
-3195
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

101 files changed

+3112
-3195
lines changed

.gitattributes

100644100755
File mode changed.

.github/workflows/ci.yaml

100644100755
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
strategy:
1717
max-parallel: 10
1818
matrix:
19-
python-version: [3.6]
20-
tensorflow-version: [2.1.0]
19+
python-version: [3.7]
20+
tensorflow-version: [2.2.0]
2121
steps:
2222
- uses: actions/checkout@master
2323
- uses: actions/setup-python@v1

.gitignore

100644100755
File mode changed.

LICENSE

100644100755
File mode changed.

README.md

100644100755
File mode changed.

docker-compose.yml

100644100755
File mode changed.

dockerfile

100644100755
File mode changed.

examples/fastspeech/README.md

100644100755
File mode changed.

examples/fastspeech/conf/fastspeech.v1.yaml

100644100755
File mode changed.

examples/fastspeech/conf/fastspeech.v3.yaml

100644100755
File mode changed.

0 commit comments

Comments
 (0)