sort by:
Revision Author Date Message Commit Date
7b4516e Update README.md 12 March 2019, 18:20:57 UTC
553f5cf Merge pull request #106 from maxi1192/patch-1 changes make code python-3 compatible 31 May 2017, 10:11:55 UTC
2e12025 changes make code python-3 compatible 31 May 2017, 09:26:22 UTC
d141506 Merge pull request #100 from danstowell/patch-1 densenet example: avoid a float64 cast 14 February 2017, 13:53:28 UTC
16edabf densenet example: avoid a float64 cast 14 February 2017, 13:48:29 UTC
b77d00a UNet Segmentation Network + Example (road segmentation) (#81) * added UNet + example (road segmentation) 17 January 2017, 17:59:00 UTC
999cee2 Merge pull request #95 from gyglim/master Updated URLs to Lasange S3 09 January 2017, 19:06:12 UTC
cd7650f Updated URLs to Lasange S3 09 January 2017, 18:17:20 UTC
f978c07 Merge pull request #92 from f0k/fix-resnet50 Unify argument order of stride, pad in resnet50 model 09 January 2017, 15:04:11 UTC
f3be16d Unify argument order of stride, pad in resnet50 model 06 January 2017, 18:14:31 UTC
de347e9 Merge pull request #84 from f0k/densenet Add DenseNet paper implementation 07 October 2016, 16:40:58 UTC
27d9b0d Add DenseNet paper implementation 06 October 2016, 11:17:19 UTC
02726f0 Merge pull request #60 from joelmoniz/recipe/rnn_word_gen Add `only_return_final=True` for improved efficiency 05 July 2016, 14:02:30 UTC
6f49a62 Merge pull request #76 from mephistopheies/resnet50 Resnet50 05 July 2016, 13:59:44 UTC
5f2b90a download section is removed from notebook 04 July 2016, 18:41:43 UTC
1fcc5c0 added header to resnet50.py; and reference from notebook 04 July 2016, 18:03:52 UTC
29e09f9 description fixed 04 July 2016, 16:52:07 UTC
62e474a added resnet50 folder and serialization code 03 July 2016, 23:59:02 UTC
6fb81b0 added resnet-50 example and model builder 30 June 2016, 15:56:58 UTC
1764f43 Merge pull request #74 from FlorianMuellerklein/master Preactivation and Wide ResNet examples 29 June 2016, 18:09:00 UTC
da58da3 Fixed typo in README 21 June 2016, 19:44:03 UTC
6708d30 Added Preactivation and Wide ResNet examples 21 June 2016, 14:43:11 UTC
7a71c6f Update vgg19.py 09 June 2016, 14:36:09 UTC
5b16a15 update license 09 June 2016, 14:35:25 UTC
75c2a8b Add `only_return_final=True` and remove SliceLayer 28 April 2016, 14:53:06 UTC
9763e69 Merge pull request #61 from Lasagne/flip-filters Include flip_filters=False in convolutional layers 24 April 2016, 12:42:40 UTC
62847c1 Include flip_filters=False in convolutional layers 24 April 2016, 12:33:43 UTC
659d1ab Merge pull request #56 from ebenolson/googlenet_bugfix add ignore_border=False 07 April 2016, 13:51:25 UTC
7b8705d add ignore_border=False 07 April 2016, 13:44:36 UTC
0bc9a38 Merge pull request #48 from webeng/master Add flip_filters to /examples - closes #39 20 February 2016, 14:40:38 UTC
636fbf8 reverse .gitignore to default 20 February 2016, 10:48:40 UTC
a0c54de add flip_filters to /examples #39 20 February 2016, 10:40:06 UTC
de231e4 Merge pull request #46 from ebenolson/update_model_zoo add flip_filters, fix import and some pep8 13 February 2016, 03:49:28 UTC
fce42d0 add flip_filters, fix import and some pep8 12 February 2016, 12:29:19 UTC
8b78ab8 Merge pull request #44 from FredericGodin/master Added trainable=True. Otherwise hid_init is trained. 09 February 2016, 13:40:32 UTC
cf1fcc4 Added trainable=True. Otherwise hid_init is trained anyway even if learn_init=False (default value) 09 February 2016, 10:49:50 UTC
929850b Merge pull request #34 from ebenolson/inception_v3 add inception-v3 model 05 February 2016, 13:00:29 UTC
5316082 add inception-v3 model 05 February 2016, 12:59:50 UTC
e4d9a4b Merge pull request #38 from auduno/residual_learning Code for reproducing cifar-10 examples in "Deep Residual Learni… 01 February 2016, 02:53:42 UTC
0ccd547 Merge pull request #43 from webeng/master adding missing dropout layers to VGG16 and VG19 01 February 2016, 02:53:01 UTC
98ae32f #43 dropout layers after fc6 and fc7 29 January 2016, 08:46:31 UTC
dff8363 renamed dropout layers 28 January 2016, 16:04:22 UTC
b521947 adding missing dropout layers 28 January 2016, 14:09:31 UTC
47388ea Merge pull request #41 from gyglim/master Video descriptor C3D 13 January 2016, 18:45:28 UTC
bf153ff Updated models to work with new batch-normalization implementation 13 January 2016, 16:57:18 UTC
f00364b Added C3D to the model zoo and examples cleanup and fix in mean 13 January 2016, 16:27:41 UTC
a6f7bd4 Implement identity shortcut with ExpressionLayer instead of PoolingLayer. 13 January 2016, 10:13:42 UTC
3842386 Merge pull request #42 from skaae/spn_fix fix float32 12 January 2016, 13:22:18 UTC
487eb7e fix float32 12 January 2016, 08:07:28 UTC
096d89d Added pretrained models. Modified code to be able to load models and run validation test. 10 January 2016, 21:54:06 UTC
550c781 fixed bugs in loading data & validation testing, plus proper counting of parameters 10 January 2016, 20:02:10 UTC
3a168ac He initialization of dense layer, cleanup 31 December 2015, 14:35:24 UTC
5b3bac4 Shuffle training data every epoch instead of just at beginning. 30 December 2015, 00:30:56 UTC
255e422 Removed superfluous batch-normalizations 30 December 2015, 00:26:46 UTC
a0c01d6 Added code for reproducing cifar-10 examples in "Deep Residual Learning for Image Recognition" 26 December 2015, 12:49:02 UTC
3565297 Merge pull request #37 from ebenolson/tutorials add tutorial links 21 December 2015, 13:22:48 UTC
5324d26 add tutorial links 21 December 2015, 13:21:10 UTC
115a3dd Revert "add inception_v3 model" This reverts commit da8030833128a5e8504a671be026be18e6ee49eb. 14 December 2015, 01:29:22 UTC
da80308 add inception_v3 model 14 December 2015, 01:26:14 UTC
9a37eb3 Merge pull request #29 from sfdodge/master Caffe reference model 30 October 2015, 18:52:09 UTC
3755c6d added link to caffe_reference.pkl 30 October 2015, 18:18:21 UTC
1d1b783 added caffe reference model 30 October 2015, 17:08:59 UTC
8467755 Merge pull request #26 from f0k/saliency Add notebook on saliency maps 14 October 2015, 10:26:10 UTC
bd2ce39 Add notebook on saliency maps 13 October 2015, 16:43:31 UTC
17cd4e1 Merge pull request #25 from tencia/add-vae-example added vae to examples 09 October 2015, 19:34:33 UTC
de3c2d7 changed deterministic predictions 09 October 2015, 18:04:41 UTC
0372fa9 removed withNoise keyword 09 October 2015, 17:09:47 UTC
872563c made test loss deterministic 09 October 2015, 17:00:00 UTC
f257aba removed unnecessary 2 lines 08 October 2015, 23:36:00 UTC
416dee1 fixed get_output calls, made predictions deterministic 08 October 2015, 22:44:57 UTC
00450af optimized for gpu and added image 08 October 2015, 07:50:59 UTC
ca9f857 added vae to examples 06 October 2015, 18:33:26 UTC
0d643ac Merge pull request #23 from keskarnitish/master Adding the LSTM text generation example 23 September 2015, 20:57:36 UTC
928c21b Adding the LSTM text generation example 23 September 2015, 16:24:21 UTC
325885b Merge pull request #19 from ebenolson/styletransfer_new art style transfer example 03 September 2015, 10:47:53 UTC
6ecb1d9 art style transfer example 03 September 2015, 10:31:48 UTC
6ab2de5 Merge pull request #16 from ebenolson/modelzoo Model Zoo 01 September 2015, 00:32:28 UTC
49db191 Update README.md 31 August 2015, 14:35:29 UTC
62a7d49 add model zoo 31 August 2015, 14:36:13 UTC
26e9f64 update CIFAR example 20 August 2015, 00:11:09 UTC
d065c14 Merge pull request #11 from ebenolson/master update CIFAR example 20 August 2015, 00:10:39 UTC
8121ff7 Merge pull request #10 from ebenolson/master update VGG_S example 19 August 2015, 23:54:00 UTC
5904672 update VGG_S example 19 August 2015, 23:51:19 UTC
fed45f6 Merge pull request #7 from skaae/spatial_transform Spatial transform example 19 August 2015, 20:01:44 UTC
cbafea6 remove conv fallback 19 August 2015, 14:03:51 UTC
5f3ec72 Spatial Transformer Network 19 August 2015, 12:54:44 UTC
788a4cb Merge pull request #3 from sidps/strutil String representation for network 06 July 2015, 17:49:47 UTC
028be58 Merge branch 'master' of https://github.com/Lasagne/Recipes into strutil 06 July 2015, 16:58:50 UTC
a10827c minor changes, added documentation 06 July 2015, 16:55:31 UTC
3c68624 update cifar example 06 July 2015, 16:14:25 UTC
19a1ef9 Merge pull request #2 from ebenolson/master update cifar10 example 06 July 2015, 16:14:16 UTC
6978ab3 add recipe for network representation 06 July 2015, 16:06:21 UTC
1666e3f Merge pull request #1 from ebenolson/master create some organization and add an example 04 July 2015, 03:00:10 UTC
bdfecb6 add imagenet example 04 July 2015, 02:59:32 UTC
e38d339 add pretrained cifar10 example 03 July 2015, 22:32:52 UTC
8160ac1 update readme 03 July 2015, 22:30:20 UTC
ea85839 some directory structure 03 July 2015, 22:30:20 UTC
d071706 Initial commit 21 May 2015, 11:56:18 UTC
back to top