Skip to content

Commit

Permalink
Reduce training time again
Browse files Browse the repository at this point in the history
  • Loading branch information
alanhdu committed Feb 15, 2016
1 parent 9f15ce3 commit d2a8568
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ before_script:
- conda env export # So complete environment for debugging

script:
- py.test --verbose -n 2
- travis_wait py.test --verbose -n 2

notifications:
email: false
Expand Down
4 changes: 2 additions & 2 deletions 1. Feed-forward Deep Neural Networks.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
" input_shape=(None, 1, 28, 28),\n",
" # layer conv2d1\n",
" conv2d1_num_filters=16,\n",
" conv2d1_filter_size=(5, 5),\n",
" conv2d1_filter_size=(6, 6),\n",
" conv2d1_nonlinearity=lasagne.nonlinearities.rectify,\n",
" conv2d1_W=lasagne.init.GlorotUniform(), \n",
" # layer maxpool1\n",
Expand Down Expand Up @@ -204,7 +204,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.5.1"
"version": "3.4.4"
}
},
"nbformat": 4,
Expand Down

0 comments on commit d2a8568

Please sign in to comment.