1 Star 0 Fork 0

irishcoffeeguo/facenet

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 458 Bytes
一键复制 编辑 原始数据 按行查看 历史
Shaform 提交于 2017-10-21 05:28 . enable Python 3 test
language: python
sudo: required
python:
- "2.7"
- "3.5"
# command to install dependencies
install:
# numpy not using wheel to avoid problem described in
# https://github.com/tensorflow/tensorflow/issues/6968
- pip install --no-binary numpy --upgrade numpy
- pip install -r requirements.txt
# command to run tests
script:
- export PYTHONPATH=./src:./src/models:./src/align
- python -m unittest discover -s test --pattern=*.py 1>&2
dist: trusty
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/irishcoffeeguo/facenet.git
git@gitee.com:irishcoffeeguo/facenet.git
irishcoffeeguo
facenet
facenet
master

搜索帮助