Skip to content

Commit 75f00ce

Browse files
committed
Added pictures to explain CNN
1 parent 046cfac commit 75f00ce

2 files changed

Lines changed: 87 additions & 36 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ python: # Only two versions for now
1010
install: "pip install -r requirements.txt"
1111

1212
script:
13-
# - sed -i -- 's/range(100)/range(1)/g' ??_*.py # change range to 1 for quick testing
13+
- sed -i -- 's/range(total_batch)/range(1)/g' *lab-*.py # change range to 1 for quick testing
1414
- python lab-07-2-learning_rate_and_evaluation.py # run this first to download the MNIST file
1515
# run all python files in parallel, http://stackoverflow.com/questions/5015316
1616
# 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

Comments
 (0)