208 Commits

Author SHA1 Message Date
Michael Oliver e34b30f626 make initializations better match paper 2017-04-21 18:36:46 -07:00
Michael Oliver e6ef35ec70 add missing config line 2017-04-21 17:57:00 -07:00
Michael Oliver 1b11a5d3dd make srelu and pelu work with any initializer 2017-04-21 16:47:59 -07:00
Michael Oliver 278c008440 update srelu style 2017-04-21 16:28:52 -07:00
Michael Oliver 78552144ff add srelu activation 2017-04-21 16:26:45 -07:00
Tron a7520c8f52 Mod: Changes one line to fix the Deconvolution3D's error (#73) 2017-04-21 15:48:51 -07:00
DNGros fe227a0803 Fix keras argument spelling error in densenet.py (#74)
It looks like in 1d57dd3c63 a spelling error ("kenel" not "kernal") was introduced into densenet.py that causes an argument error from keras when trying to use the network. This pull request corrects that.
2017-04-21 15:48:13 -07:00
Somshubra Majumdar 1d57dd3c63 [Bugfix] Corrects activation for DenseNetFCNs (#55)
* Bugfix for DenseNetFCN + Activation parameter + revert to Keras 1 model

* Correct ordering of parameters (input_shape) for DenseNet models

* Updated to Keras 2 API

* Changed image_dim_ordering to image_data_format

* Corrected "th" to channels_first and "tf" to channels_last

* Fixed " to '

* PEP 8 fixes

* Fix PEP 8 again
2017-04-15 10:18:10 -07:00
Somshubra Majumdar 8ef69698b8 Update BatchRenorm to Keras 2 API (#69)
* Update BatchRenorm to Keras 2 API

* update tests

* Remove mode 1 test (mode 1 doesnt exist anymore)
2017-04-15 09:43:55 -07:00
nzw 88c60d2459 Style fixes (#71) 2017-04-15 09:41:28 -07:00
Michael Oliver 2afcddffd8 Use theano release rather than bleeding edge (#72)
To match Keras tests
2017-04-15 09:38:58 -07:00
nzw 3b528baf46 Fix README for keras 2 (#70) 2017-04-15 17:35:58 +05:30
Anthony 4d33b69fd8 updated TF backend - redundant line in deconv3d causing errors (#67) 2017-04-11 23:08:42 -07:00
Junwei Pan d83277f683 Merge pull request #62 from kemaswill/FitExamplesAndApplicationsToKeras-220170331
Fit examples and applications to keras-2
2017-04-11 08:44:17 -07:00
Junwei Pan 3c1594b967 Fix examples and applications to keras-2 2017-04-11 08:03:40 -07:00
Michael Oliver db019c6034 PELU fixes and upgrade 2017-04-06 15:23:16 -07:00
Fariz Rahman d81887a6e0 Bug fix : Deconv3D 2017-04-07 02:53:57 +05:30
Fariz Rahman 671ca018a9 pep8 fix 2017-04-07 02:48:37 +05:30
Fariz Rahman d6d72aaad3 pep8 fix 2017-04-07 02:47:00 +05:30
Fariz Rahman 8491f9271e pep8 fix 2017-04-07 02:42:38 +05:30
Fariz Rahman b10fbfbc05 Update GUIDELINES.md 2017-04-06 22:29:13 +05:30
Armen c0ceaf02fe Implemented convolution aware initialization (#60)
* Implemented convolution aware initialization

* added support for conv3d in the CAI scheme

* added tests for convolution aware initialization
2017-04-06 08:20:15 -07:00
t.ae 52ebe4e7d5 Improve depth_to_space (#58)
* Add `test_depth_to_space`

* Fix bug and refine `KCTH.depth_to_space`

* Remove extra blank lines
2017-04-04 13:58:52 -07:00
t.ae 17cb8cce0c Fix: Namings in test_convolutional.py (#57) 2017-04-04 17:41:16 +05:30
Thomas Boquet 2b77a35fb0 Merge pull request #61 from ahundt/pep8
test_convolutional.py pep8 compliance
2017-04-01 09:51:13 -04:00
Andrew Hundt 116626c695 test_convolutional.py pep8 compliance 2017-03-30 22:39:42 -04:00
Junwei Pan fcd054fe40 Fit DenseNet examples to Keras-2 (#53)
Update DenseNet example to K2

* Fit DenseNet examples to keras-2
2017-03-29 01:55:43 +05:30
Abhai Kollara Dilip 531c4dcab8 Fixes in tests and TF backend (#49)
* Fix tests

* Fix extract_image_patches on TF backend

* Fix tests

* Fix extract_image_patches on TF backend

* Fix in conv2d TF backend
2017-03-20 03:12:34 +05:30
Fariz Rahman 2e3a752d8c Merge pull request #50 from tboquet/doc_clean
Fix doc style in DSSIM objective
2017-03-20 02:52:11 +05:30
tboquet 399fbe82bc * fix doc style 2017-03-19 13:43:50 -04:00
farizrahman4u c23d3540f3 nb->num 2017-03-19 22:39:10 +05:30
farizrahman4u 2e9c93d4ff nb->num 2017-03-19 22:05:03 +05:30
farizrahman4u e99a0afd3a fix import error 2017-03-19 22:04:51 +05:30
farizrahman4u 0685fd9a03 fix cosdense tests 2017-03-19 09:35:27 +05:30
farizrahman4u 1656006c05 typo fix 2017-03-19 09:32:37 +05:30
farizrahman4u 8fa0c2dbc1 fix cos dense test 2017-03-19 09:31:37 +05:30
farizrahman4u 8c2eac4853 fix cos dense test 2017-03-19 09:30:59 +05:30
farizrahman4u a11645dfba bug fix : cos dense 2017-03-19 09:28:31 +05:30
farizrahman4u 2dc2b78213 fix serialization 2017-03-19 09:25:58 +05:30
farizrahman4u 80c34ac886 b->bias 2017-03-19 09:22:59 +05:30
farizrahman4u 1128d8767a initializations -> initializers 2017-03-19 09:19:51 +05:30
farizrahman4u de4ab68ed2 update cifar example 2017-03-19 09:14:58 +05:30
farizrahman4u 41327bec6d update densenet 2017-03-19 09:10:48 +05:30
farizrahman4u 46e5abd6eb nb_epoch -> epochs 2017-03-19 09:03:52 +05:30
farizrahman4u 69b286ce83 serialization fix 2017-03-19 09:00:15 +05:30
farizrahman4u da8cf81ffd typo 2017-03-19 08:51:09 +05:30
farizrahman4u 87b43828e0 initializations -> initializers 2017-03-19 08:49:50 +05:30
farizrahman4u 28a0f55611 fix deserialization issue 2017-03-19 08:46:51 +05:30
farizrahman4u 71283a211b pep8 2017-03-19 08:43:43 +05:30
farizrahman4u cb255024f1 typo 2017-03-19 08:43:11 +05:30