Somshubra Majumdar
03e649dbca
Add name scopes and correct a flaw with assertion
2017-11-17 12:32:22 -06:00
Somshubra Majumdar
2cb41dbc03
Add NASNet models
2017-11-16 22:27:47 -06:00
Fariz Rahman and GitHub
3f6814ca3c
Update GUIDELINES.md
2017-11-09 03:27:24 +05:30
Andrew Hundt and GitHub
5c690d9b0b
Merge pull request #176 from farizrahman4u/ahundt-patch-1
...
test_normalization.py reduce test flakiness
2017-10-26 14:18:17 -04:00
Andrew Hundt and GitHub
984becbe90
test_normalization.py reduce test flakiness
2017-10-26 13:43:25 -04:00
Andrew Hundt and GitHub
d299d4c3ad
Merge pull request #163 from ahundt/travis
...
.travis.yml apply upstream keras changes
2017-10-26 13:06:06 -04:00
Andrew Hundt and GitHub
601928f6c2
Merge pull request #175 from charlesreid1/master
...
Fixing error by removing missing legacy_get_updates_support decorator
2017-10-26 13:03:17 -04:00
Andrew Hundt and GitHub
69fdd1d644
Merge pull request #172 from ahundt/normalization_flakiness
...
test_normalization.py reduce test flakiness
2017-10-25 09:12:06 -04:00
Andrew Hundt
8493d1f8e9
Merge commit '43c21d9d8d8f3003f0fc075b0c1f51453af8b47a' into normalization_flakiness
...
* commit '43c21d9d8d8f3003f0fc075b0c1f51453af8b47a':
Fix bad argument name for require_flatten
2017-10-23 19:49:00 -04:00
Somshubra Majumdar and GitHub
43c21d9d8d
Merge pull request #171 from seeb0h/master
...
Thanks for the PR!
2017-10-20 09:31:59 -05:00
Sébastieb Bosch
5af0db7178
Fix bad argument name for require_flatten
2017-10-20 15:59:03 +02:00
Andrew Hundt and GitHub
627e45eba5
test_normalization.py reduce test flakiness
2017-10-18 11:32:41 -04:00
Andrew Hundt and GitHub
fd73547011
Merge pull request #169 from ahundt/remove_deconv3d
...
remove Deconvoluion3D, add missing backend functions
2017-10-18 02:10:47 -04:00
Andrew Hundt
ad120f95e9
tensorflow_backend.py import dtype
2017-10-18 00:49:51 -04:00
Andrew Hundt
80d698c159
tensorflow_backend.py temporarily move _preprocess* functions into keras-contrib
2017-10-18 00:34:23 -04:00
Andrew Hundt
0d226a6775
remove more deconv3d code
2017-10-17 16:51:53 -04:00
Andrew Hundt
a8ec7ad10a
remove Deconvoluion3D because it is available in keras upstream
...
https://github.com/fchollet/keras/pull/7161
2017-10-17 16:45:55 -04:00
Andrew Hundt and Somshubra Majumdar
b0a2fbabfd
resnet.py initial integration ( #148 )
...
Sorry for the delay.
Looks much better now.
2017-10-15 20:21:50 -05:00
Andrew Hundt
001ba42938
Merge commit '7dc329a5a3ec678d4c589529726ea5c7a6c458c8' into travis
...
* commit '7dc329a5a3ec678d4c589529726ea5c7a6c458c8':
save_load_utils_test.py make tensorflow only
Fix BatchRenormalization clipping (fixes #127 )
save_load_utils_test.py removes 'model.h5'
recurrent.py pep8
recurrent.py _time_distributed_dense doesn't exist
setup.py update to match keras
Fix for Python 3 in conll dataset loading
2017-10-15 15:19:16 -04:00
Andrew Hundt and GitHub
7dc329a5a3
Merge pull request #162 from farizrahman4u/save_load_utils_tf_only
...
save_load_utils_test.py becomes tensorflow only to fix test failure until #157 is resolved
2017-10-15 14:23:42 -04:00
Andrew Hundt and GitHub
70e68c11f5
save_load_utils_test.py make tensorflow only
...
Making this test tensorflow only until https://github.com/farizrahman4u/keras-contrib/issues/157 is resolved.
2017-10-15 13:28:43 -04:00
Andrew Hundt and GitHub
99fe5e3b3a
Merge pull request #142 from stygstra/batchrenorm-bugfix
...
Fix BatchRenormalization clipping (fixes #127 )
2017-10-15 13:13:29 -04:00
Andrew Hundt and GitHub
38937fdf7c
Merge pull request #155 from farizrahman4u/setup
...
setup.py update to match keras
2017-10-15 13:04:53 -04:00
Andrew Hundt and GitHub
de768b6048
Merge pull request #161 from farizrahman4u/rm_test_file
...
save_load_utils_test.py removes 'model.h5'
2017-10-13 09:57:28 -04:00
David Stygstra
7577b8780a
Fix BatchRenormalization clipping ( fixes #127 )
...
Previouly, a constant value was used for the clipping parameters. This
meant that it stayed at r=1 and d=0 forever, making it essentially
equivalent to regular batch normalization.
2017-10-11 18:45:35 -07:00
Andrew Hundt and GitHub
6ec66fec74
save_load_utils_test.py removes 'model.h5'
2017-10-10 13:17:06 -04:00
C Reid and GitHub
ef035e5664
Fixing error with keras missing legacy_get_updates_support
...
Building keras-contrib in a [jupyter/tensorflow-notebook](https://github.com/jupyter/docker-stacks ) causes the error:
> AttributeError: module 'keras.legacy.interfaces' has no attribute 'legacy_get_updates_support'
This should fix that error.
2017-10-05 01:00:05 -07:00
Andrew Hundt and GitHub
a92268ffcb
Merge pull request #146 from vilmar-hillow/master
...
Fix for Python 3 in conll dataset loading
2017-09-27 16:21:43 -04:00
Andrew Hundt and GitHub
2e6b036052
Merge pull request #156 from farizrahman4u/recurrent
...
recurrent.py _time_distributed_dense doesn't exist
2017-09-25 14:44:36 -04:00
Andrew Hundt and GitHub
b2a05d7d1d
recurrent.py pep8
2017-09-25 13:46:39 -04:00
Andrew Hundt and GitHub
64734fbe03
recurrent.py _time_distributed_dense doesn't exist
...
upstream keras doesn't have the _time_distributed_dense symbol anymore
2017-09-25 13:40:47 -04:00
Andrew Hundt and GitHub
48c840bda0
setup.py update to match keras
2017-09-25 13:27:02 -04:00
Andrew Hundt and GitHub
7947789dfd
.travis.yml apply upstream keras changes
2017-09-25 13:19:57 -04:00
Somshubra Majumdar and GitHub
8d02cf2722
Merge pull request #151 from titu1994/fix-batchnorm
...
Fix normalization tests only. Remaining test still fail.
2017-09-22 15:41:22 -05:00
Somshubra Majumdar
821eff3948
fix normalization tests
2017-09-22 13:14:15 -05:00
Somshubra Majumdar and GitHub
97c31364cc
Merge pull request #144 from titu1994/master
...
Refactor DenseNets
2017-09-19 08:40:18 -05:00
Somshubra Majumdar
ff47da56fb
Merge branch 'master' of https://github.com/titu1994/keras-contrib
2017-09-08 11:28:05 -05:00
Somshubra Majumdar
99c0c4b2d2
Remove dropout weight check
2017-09-08 11:27:56 -05:00
Somshubra Majumdar and GitHub
79c1bf7f26
Merge pull request #1 from ahundt/densenet_name_scope
...
Densenet name scope
2017-09-08 11:26:49 -05:00
Andrew Hundt
b4dea23e65
cifar10_densenet.py fix parameter bug
2017-09-08 10:28:45 -04:00
Andrew Hundt
b185d2655b
densenet.py add name scope
2017-09-08 10:18:34 -04:00
Somshubra Majumdar
72f6ca1716
Update MD5 for weights
2017-09-07 08:50:05 -05:00
vilmar-hillow
14f3f3659b
Fix for Python 3 in conll dataset loading
2017-09-07 15:19:48 +03:00
Somshubra Majumdar
5c6fd53a33
Fixed an incorrect passing of the dataformat to _preproce_input
2017-09-06 21:39:24 -05:00
Somshubra Majumdar
5bef6b9e52
Apply corrections
2017-09-06 21:33:24 -05:00
Somshubra Majumdar
7bae1db1f2
Update DenseNet with ImageNet weights and major code cleanup
2017-09-06 13:01:50 -05:00
Somshubra Majumdar
156c7e8e24
Correct dense connectivity in DenseNet
2017-09-01 18:14:24 -05:00
Michael Oliver and GitHub
c4d1a61746
fix missing paren
2017-08-16 21:01:26 -07:00
Michael Oliver and GitHub
4ae3058c92
change np.exp to K.exp ( #128 )
...
* change np.exp to K.exp
To address https://github.com/farizrahman4u/keras-contrib/issues/127
* Update normalization.py
* Updates as suggested
2017-08-16 20:56:03 -07:00
Michael Oliver and GitHub
5aed16cadc
Update ftml for Keras changes to optimizers ( #137 )
...
* Update ftml for Keras changes to optimizers
* fix import
2017-08-16 20:51:32 -07:00