We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 60f4085 + 51d41e6 commit 5ce1cc5Copy full SHA for 5ce1cc5
.travis.yml
@@ -13,4 +13,4 @@ script:
13
# - pytest
14
15
# smoke tests
16
- - python example/tutorial_mnist_tiny.py
+ - python tests/test_mnist_simple.py
example/tutorial_mnist_tiny.py renamed to tests/test_mnist_simple.py
@@ -1,8 +1,6 @@
1
#! /usr/bin/python
2
# -*- coding: utf-8 -*-
3
4
-
5
6
import tensorflow as tf
7
import tensorlayer as tl
8
0 commit comments