We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 046cfac commit 75f00ceCopy full SHA for 75f00ce
2 files changed
.travis.yml
@@ -10,7 +10,7 @@ python: # Only two versions for now
10
install: "pip install -r requirements.txt"
11
12
script:
13
-# - sed -i -- 's/range(100)/range(1)/g' ??_*.py # change range to 1 for quick testing
+ - sed -i -- 's/range(total_batch)/range(1)/g' *lab-*.py # change range to 1 for quick testing
14
- python lab-07-2-learning_rate_and_evaluation.py # run this first to download the MNIST file
15
# run all python files in parallel, http://stackoverflow.com/questions/5015316
16
# The log length has exceeded the limit of 4 MB (this usually means that the test suite is raising the same exception over and over).
0 commit comments