Somshubra Majumdar
821eff3948
fix normalization tests
2017-09-22 13:14:15 -05:00
Michael Oliver
15133077af
Fix test to refer to correct field for momentum weights in optimizer
2017-07-03 13:28:18 -07:00
Gleb Sidora
13ec4b4174
Added Dead ReLU detector callback ( #115 )
2017-06-30 15:08:39 -10:00
Mathieu Marquis Bolduc
f0bb5becbb
Instance Normalization layer ( #101 )
...
* Instance Normalization layer
* fix Instance Normalization for theano broadcasting rules
* Support rank 1 tensor in Instance Normalization
* address issue with axis parameter in instance normalization and add unit test for per channel correctness
* avoid assert_raises in normalization unit test
* Instance normalization set axis default to None
2017-06-19 08:57:54 -07:00
Michael Oliver
6a8739b6c7
add ftml_test.py
2017-06-16 13:27:47 -07:00
Ben
ef2daecc58
Move activations, metrics, optimizers and regularizers ( #94 )
2017-06-15 16:15:59 -07:00
Michael Oliver
0f78409087
fix sub_pixel_upscaling test
2017-06-09 09:08:17 -07:00
Ben
4f619fa686
save_all_weights and load_all_weights ( #90 )
...
* save_all_weights and load_all_weights
* doc updates, fix test, remove .gitkeep
2017-06-07 20:59:48 -07:00
Ben
f0d7fe852d
Make callbacks into a directory. ( #91 )
2017-06-07 20:48:07 -07:00
Ben
ec8010077c
Move DSSIMObjective to submodule ( #93 )
...
* Move DSSIMObjective to submodule
* fix losses/dssim_test.py
2017-06-07 20:47:39 -07:00
Frédéric Branchaud-Charron
3ebf304737
fix dssim, add test ( #86 )
...
* fix dssim, add test
* add more tests
2017-05-20 15:51:31 -07:00
Eric Xihui Lin
d1f4b6ba75
CRF for keras 2.x ( #76 )
...
* implemented CRF
* added test for CRF
* added a chunking example for CRF
* changed to use up2date tensorflow
* added conll2000 data
* minimize package dependency
* using logsumexp in keras instead
2017-05-18 10:28:17 -07:00
Michael Oliver
692e8a5aef
Add SReLU activation function ( #77 )
...
* add srelu activation
* update srelu style
* make srelu and pelu work with any initializer
* add missing config line
* make initializations better match paper
2017-04-24 13:26:27 -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
Fariz Rahman
d6d72aaad3
pep8 fix
2017-04-07 02:47:00 +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
Andrew Hundt
116626c695
test_convolutional.py pep8 compliance
2017-03-30 22:39:42 -04:00
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