提交 cfed2180 编写于 作者: Z Zongheng Yang 提交者: TensorFlower Gardener

Remove the ckpt existence test in test_tutorials.sh.

It's a weak test + causes complications if we consider both V1 & V2.
Change: 137878590
上级 c3bed28b
......@@ -198,13 +198,6 @@ test_cifar10_train() {
return 1
fi
# Check ckpt files
if [[ ! -f "${TUT_TEST_ROOT}/cifar10_train/model.ckpt-0.index" ]] ||
[[ ! -f "${TUT_TEST_ROOT}/cifar10_train/model.ckpt-49.index" ]]; then
echo "FAILED: cifar10_train did not generate expected model checkpoint files"
return 1
fi
return 0
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册