Commit Graph
47 Commits
Author SHA1 Message Date
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
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 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 1128d8767a initializations -> initializers 2017-03-19 09:19:51 +05:30
farizrahman4u 46e5abd6eb nb_epoch -> epochs 2017-03-19 09:03:52 +05:30
farizrahman4u 3773baa1fb fix deconv3d test 2017-03-19 08:15:43 +05:30
farizrahman4u 7f71ffbc1a fix import error 2017-03-19 08:09:37 +05:30
farizrahman4u 464cdd66b1 use local test utils 2017-03-19 08:08:05 +05:30
farizrahman4u 9cdf52e71f update conv tests 2017-03-19 08:01:35 +05:30
farizrahman4u 870de847b5 fix import errors in tests 2017-03-19 07:33:48 +05:30
farizrahman4u 867c52f23c test file renames 2017-03-19 07:32:37 +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
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
Somshubra Majumdar 6c656f12d9 Make SubPixelUpscaling work with any backend/dim ordering combination 2017-03-01 15:08:44 -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
Somshubra Majumdar 1986348465 Fix tests 2017-02-27 22:54:52 -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 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 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 0e417813da finish cosine conv2d 2017-02-22 16:30:17 -08:00
Michael Oliver 538b9cd45a change atol on allclose 2017-02-22 11:59:38 -08:00
Michael Oliver 82b92142cf fixes and doc updates 2017-02-22 11:26:36 -08:00
Michael Oliver 32536f79de Merge branch 'master' into cosine 2017-02-22 11:07:35 -08:00
Michael Oliver b10e9d795f Add cosine normalized dense 2017-02-22 11:05:37 -08:00
Somshubra Majumdar bdc64bf2f3 Added Batch Renormalization Layer (#28)
* Began work on batch renormalization

* Correct the implementation to use broadcasting properly, so it supports th dim ordering

* Correct the implementation to use broadcasting properly, so it supports th dim ordering

* Corrected normalizing term for d

* Moved location of updates

* Fixed the training problems and now auto adjusts the r_max and d_max values

* Removed unused code comments

* Finished implementation of batch renormalization

* Corrected the get_config method

* Added tests

* Added user changeable parameter t_delta to change the rate at which time steps increase

* Updated tests to state renorm everywhere

* Attempt a fix for mode=1 test fail (giving nans)

* Applied fix for nans to all calculations involving running mean and std

* Corrected time delta default value

* Reverts a mistake in pytest settings

* Corrections to calculations of r and d due to wrong variable naming (running_std perserves running_variance)

* Added t_delta to get_config

* Fix commit change mixup

* Corrected the check for uses_learning_flag

* Made a few corrections, added moments to backend, added test to backend

* Probable fix for test

* Corrected backend test

* Added support for mode 2
2017-02-22 09:07:13 -08:00
Frédéric Branchaud-Charron 0801733819 Add extract_patches as a new backend op (#11)
* Add extract_patches as a new backend op

* Add more test

* Merge master

* Fix typo

* stop using K in backend

* stop using K in backend

* Fix bug in extract_patches

* PEP8-ify
2017-02-14 19:46:42 -08:00
Gijs van Tulder 40bdfd77c7 Fix deconv3d in TF backend (correct kernel transpose). (#21) 2017-02-13 20:41:50 -08:00
Michael Oliver f5e70f03d4 Add Clip constraint and test 2017-02-08 16:42:28 -08:00
Gijs van Tulder 831d344afc Deconvolution3D. (#14) 2017-02-07 09:39:02 -08:00
Fariz Rahman 1be552eb6d Import on top of file 2017-01-26 11:37:40 +05:30
josephyearsley d84a9cc5bd Fixed PEP8 and Theano backend 2017-01-25 22:47:34 +00:00
josephyearsley 63bd82a633 Added Tests and Updated Doc String 2017-01-25 22:28:24 +00:00
farizrahman4u d0707f0edf pep8 fix 2017-01-25 13:27:31 +05:30
farizrahman4u 813d9a38b1 rename test package 2017-01-25 11:31:02 +05:30
farizrahman4u 23caaf0e18 typo 2017-01-25 11:15:30 +05:30
farizrahman4u 680cd6918c add tests 2017-01-25 10:27:12 +05:30