Commit Graph
143 Commits
Author SHA1 Message Date
farizrahman4u 8ce313aaff bug fix upsampling 2017-03-19 07:59:38 +05:30
farizrahman4u 7c4697f0e2 update subpixel upscaling 2017-03-19 07:35:28 +05:30
farizrahman4u 870de847b5 fix import errors in tests 2017-03-19 07:33:48 +05:30
farizrahman4u 4ff4bf8319 objectives -> losses 2017-03-19 07:33:00 +05:30
farizrahman4u 867c52f23c test file renames 2017-03-19 07:32:37 +05:30
farizrahman4u 8dd093e4ff bug fix cos conv2d 2017-03-19 07:32:10 +05:30
farizrahman4u b5e681c817 initializations->initializers 2017-03-19 07:28:31 +05:30
farizrahman4u d25aaec04d update conv layers 2017-03-19 07:27:13 +05:30
farizrahman4u aebac0335a update backends to K2 2017-03-19 07:24:25 +05:30
farizrahman4u 15bc52cd6d initialzations -> initializers 2017-03-17 01:47:21 +05:30
farizrahman4u 267027921d initialzations -> initializers 2017-03-17 01:46:19 +05:30
farizrahman4u cca748fd00 fix import errors 2017-03-17 01:45:24 +05:30
farizrahman4u 91e58a1dc6 border_mode -> padding 2017-03-17 01:44:51 +05:30
Pat York df1355cc8b Merge pull request #41 from abhaikollara/DSSIM
Fix documentation
2017-03-10 14:05:48 -08:00
abhai af53586158 Fix documentation 2017-03-11 03:09:59 +05:30
Frédéric Branchaud-Charron f5baa3fbc4 add dssim objective (#26)
* add dssim

* PEP8-ify

* use backend to get the right shape

* Remove the need of the batch size.

* Fix for theano backend on reshape

* PEP8

* Merge master

* changes according to review
2017-03-09 09:13:06 -08:00
Pat York d19534136b Merge pull request #34 from titu1994/densenet_fcn
Added DenseNet FCN
2017-03-06 16:00:40 -08:00
Somshubra Majumdar b0d9591e39 Removed extra comment line 2017-03-03 19:05:45 -06:00
Somshubra Majumdar 6c656f12d9 Make SubPixelUpscaling work with any backend/dim ordering combination 2017-03-01 15:08:44 -06:00
Somshubra Majumdar ee0e31a9b8 Fix typo 2017-03-01 14:08:01 -06:00
Somshubra Majumdar 55d565f327 Add documentation to SubPixelUpscaling layer 2017-03-01 14:04:01 -06:00
Somshubra Majumdar 96595f9b97 Merge branch 'master' of https://github.com/farizrahman4u/keras-contrib into densenet_fcn 2017-03-01 13:23:29 -06:00
Junwei Pan 7e48f49dc3 Merge pull request #39 from tboquet/docfix
Doc and style fix
2017-03-01 08:31:29 -08:00
Junwei Pan 90648786d0 Merge pull request #37 from farizrahman4u/cosineconv
Cosine Normalized Conv2D
2017-03-01 08:31:18 -08:00
Somshubra Majumdar 0bd720c6f3 Corrected a bug with naming in SubPixelUpsampling 2017-02-27 23:17:44 -06:00
Somshubra Majumdar c40c680767 Correct name depth to space instead of depth to scale 2017-02-27 23:04:54 -06:00
Somshubra Majumdar 2e466d07d7 Revert pytest settings 2017-02-27 23:01:34 -06:00
Somshubra Majumdar 3634ca6bfc Add assertions to prevent using wrong dim ordering/backends when using depth_to_space backend methods 2017-02-27 23:00:52 -06:00
Somshubra Majumdar 1986348465 Fix tests 2017-02-27 22:54:52 -06:00
Somshubra Majumdar 4aa331d548 Fix a few mistakes 2017-02-27 22:25:30 -06:00
Somshubra Majumdar 70507df3c6 Attempt running test again 2017-02-27 22:12:55 -06:00
Somshubra Majumdar c86bb9364d Added Subpixel convolution layer test 2017-02-27 21:13:58 -06:00
Michael Oliver 603e5188bb pep8 fix 2017-02-27 15:06:47 -08:00
Michael Oliver 8db75c0619 move div to end for speed up 2017-02-27 14:19:52 -08:00
Somshubra Majumdar fe020327c4 Correct the implementation to be more in line with the paper 2017-02-27 16:11:18 -06:00
tboquet b86deb141f * break line in several operations 2017-02-26 15:09:18 -05:00
tboquet 0eb0a0b08f * doc and style fix 2017-02-26 14:39:31 -05:00
Michael Oliver 95ed5ad06d clean up implementation 2017-02-22 21:14:37 -08:00
Michael Oliver 4d0368ad05 use consistent dim ordering 2017-02-22 20:41:20 -08:00
Michael Oliver 65db762520 make dim ordering match backend for test 2017-02-22 20:37:42 -08:00
Michael Oliver 03155630c9 remove filter reversal for tf test 2017-02-22 18:30:39 -08:00
Michael Oliver d8ca85f445 fix tf dim ordering test 2017-02-22 18:23:39 -08:00
Michael Oliver 5b273df036 filter shape bug fix 2017-02-22 18:08:22 -08:00
Michael Oliver 36c0c9e600 PEP8 fixes 2017-02-22 16:47:38 -08:00
Michael Oliver 18600c2c67 fix pep8 test 2017-02-22 16:34:46 -08:00
Michael Oliver 7576c64985 fix pep8 test 2017-02-22 16:34:15 -08:00
Michael Oliver 2b0092da2e Update test_core.py
Make PEP8
2017-02-22 16:33:35 -08:00
Michael Oliver de7b5eba5d Merge branch 'master' into cosineconv 2017-02-22 16:31:07 -08:00
Michael Oliver 0e417813da finish cosine conv2d 2017-02-22 16:30:17 -08:00
Michael Oliver 8141f9ee22 Update to test for scale invariance 2017-02-22 15:04:54 -08:00