1 Star 0 Fork 75

Robin-cver/DeepSpeech

forked from PaddlePaddle/DeepSpeech 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 717 Bytes
一键复制 编辑 原始数据 按行查看 历史
Hui Zhang 提交于 2021-05-12 14:16 +08:00 . E2E/Streaming Transformer/Conformer ASR (#578)
language: cpp
cache: ccache
sudo: required
dist: Bionic
services:
- docker
os:
- linux
env:
- JOB=PRE_COMMIT
addons:
apt:
packages:
- git
- python3-pip
- python3-dev
before_install:
- python3 --version
- python3 -m pip --version
- pip3 --version
- sudo pip3 install -U virtualenv pre-commit pip
- docker pull paddlepaddle/paddle:latest
script:
- exit_code=0
- docker run -i --rm -v "$PWD:/py_unittest" paddlepaddle/paddle:latest /bin/bash -c
'cd /py_unittest && bash .travis/precommit.sh && source env.sh && bash .travis/unittest.sh' || exit_code=$(( exit_code | $? ))
exit $exit_code
notifications:
email:
on_success: change
on_failure: always
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/Robin-yuetb/DeepSpeech.git
git@gitee.com:Robin-yuetb/DeepSpeech.git
Robin-yuetb
DeepSpeech
DeepSpeech
develop

搜索帮助