Skip to content

Commit d2a8568

Browse files
committed
Reduce training time again
1 parent 9f15ce3 commit d2a8568

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ before_script:
2323
- conda env export # So complete environment for debugging
2424

2525
script:
26-
- py.test --verbose -n 2
26+
- travis_wait py.test --verbose -n 2
2727

2828
notifications:
2929
email: false

1. Feed-forward Deep Neural Networks.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
" input_shape=(None, 1, 28, 28),\n",
112112
" # layer conv2d1\n",
113113
" conv2d1_num_filters=16,\n",
114-
" conv2d1_filter_size=(5, 5),\n",
114+
" conv2d1_filter_size=(6, 6),\n",
115115
" conv2d1_nonlinearity=lasagne.nonlinearities.rectify,\n",
116116
" conv2d1_W=lasagne.init.GlorotUniform(), \n",
117117
" # layer maxpool1\n",
@@ -204,7 +204,7 @@
204204
"name": "python",
205205
"nbconvert_exporter": "python",
206206
"pygments_lexer": "ipython3",
207-
"version": "3.5.1"
207+
"version": "3.4.4"
208208
}
209209
},
210210
"nbformat": 4,

0 commit comments

Comments
 (0)