1 Star 0 Fork 0

email4reg/GANs in TensorFlow

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
test_releases.sh 646 Bytes
一键复制 编辑 原始数据 按行查看 历史
Joel Shor 提交于 2020-02-28 14:21 . Remove testing support for Python 2.X.
#!/bin/bash
# Exit if any process returns non-zero status.
set -e
# Display the commands being run in logs, which are replicated to sponge.
set -x
# Bring in useful functions.
source "pypi_utils.sh"
# Run script.
if ! which virtualenv > /dev/null; then
echo -e "virtualenv not found! needed for tests. Install? (y/n)"
read REPLY
if [ "$REPLY" = "y" ]; then
sudo apt-get install virtualenv
fi
fi
# Run unit tests.
run_unittests_tests "python3.6" "TF1.x"
run_unittests_tests "python3.6" "TF2.x"
# Test that we can build the whl.
test_build_and_install_whl "python3.6" "TF1.x"
test_build_and_install_whl "python3.6" "TF2.x"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/email4reg/GANs-in-TensorFlow.git
git@gitee.com:email4reg/GANs-in-TensorFlow.git
email4reg
GANs-in-TensorFlow
GANs in TensorFlow
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385