1 Star 0 Fork 0

ToMax/keras-efficientnets

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 467 Bytes
一键复制 编辑 原始数据 按行查看 历史
Somshubra Majumdar 提交于 2019-10-08 20:54 . Update tests for TF 2.0
language: python
matrix:
include:
- python: 3.5
env: API_LEVEL=TF1
- python: 3.7
sudo: yes
dist: xenial
env: API_LEVEL=TF2
# command to install dependencies
install:
- if [[ "$API_LEVEL" == "TF2" ]]; then
pip install tensorflow;
else
pip install tensorflow==1.14.0;
fi
- pip install -e .[test]
# command to run tests
script:
- py.test tests/
notifications:
email:
on_success: never
on_failure: always
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xingtomax/keras-efficientnets.git
git@gitee.com:xingtomax/keras-efficientnets.git
xingtomax
keras-efficientnets
keras-efficientnets
master

搜索帮助