forked from espnet/espnet
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update Makefile - Change to remove chainer from requirements of setup.py and intall it from Makefile - chainer=6.0.0 has incompatible requirement of protobuf to tensorboardX espnet#2188 - New variables: - CPU_ONLY: Perform on CPU mode - CONDA: You can specify existing anaconda path - CONDA_ENV_NAME - CHAINER_VERSION - USE_PIP: Use pip to install torch even if it's anaconda - Romoved: - CUDA_VERSION: Detect it from `nvcc` - CUPY_VERSION: Use CHAINER_VERSION instead - Makefile creates tools/activate_python.sh. `path.sh` invokes it. - I changed the default PyTorch to 1.4.0 - Move tools/install_*.sh -> tools/installers/install_*.sh - Implement tools/setup_cuda_env.sh - A util to setup CUDA environment variables * Update setup.py Co-authored-by: Shinji Watanabe <[email protected]> * Update doc/installation.md Co-authored-by: Shinji Watanabe <[email protected]> * Update doc/installation.md Co-authored-by: Shinji Watanabe <[email protected]> * Update doc/installation.md Co-authored-by: Shinji Watanabe <[email protected]> * Update doc/installation.md Co-authored-by: Shinji Watanabe <[email protected]> * fix nargs: setup_cuda_env.sh * modified: Makefile * modified for $CONDA: ../doc/installation.md * modified for $CONDA: ../doc/installation.md * more logging: Makefile Co-authored-by: Shinji Watanabe <[email protected]>
- Loading branch information
1 parent
929a2dc
commit 1cf49b7
Showing
115 changed files
with
381 additions
and
638 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,3 +62,4 @@ tools/PESQ* | |
tools/hts_engine_API* | ||
tools/open_jtalk* | ||
tools/pyopenjtalk* | ||
tools/activate_python.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/usr/bin/env bash | ||
|
||
. tools/venv/bin/activate | ||
. tools/activate_python.sh | ||
|
||
set -euo pipefail | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.