Francois Chollet
|
df42e997b7
|
Merge branch 'master' into keras-1
|
2016-04-11 09:20:52 -07:00 |
|
Francois Chollet
|
1e71732600
|
Replace master branch with Keras 1.0
|
2016-04-11 09:19:03 -07:00 |
|
fchollet
|
b587aeee1c
|
Remove badge from README
|
2016-03-31 19:13:22 -07:00 |
|
Francois Chollet
|
bdd70d06d3
|
Prepare 0.3.3 release (last release before 1.0).
|
2016-03-31 11:15:44 -07:00 |
|
François Chollet
|
39a3be60c0
|
Merge pull request #2109 from the-moliver/sign
add sign operation to backends
|
2016-03-31 11:07:02 -07:00 |
|
François Chollet
|
d81e4127fb
|
Merge pull request #2123 from carlthome/master
Support low-precision floats
|
2016-03-31 11:04:11 -07:00 |
|
Carl Thomé
|
122be6e30b
|
Support low-precision floats
|
2016-03-29 20:13:45 +02:00 |
|
Michael Oliver
|
8056f0dd37
|
add sign operation to backends
|
2016-03-28 19:43:49 +00:00 |
|
François Chollet
|
3a61ace619
|
Merge pull request #2098 from kylemcdonald/patch-4
roll jitter instead of pixel jitter for deep dream
|
2016-03-28 09:49:57 -07:00 |
|
Kyle McDonald
|
8661e78f08
|
roll jitter instead of pixel jitter for deep dream
|
2016-03-27 11:21:23 -04:00 |
|
François Chollet
|
90aafca585
|
Merge pull request #2055 from EderSantana/batch_dot
Batch dot
|
2016-03-25 17:18:50 -07:00 |
|
EderSantana
|
d2ce350657
|
2D tensor support for batch_dot
|
2016-03-25 10:12:55 -04:00 |
|
EderSantana
|
d4fce4f5f1
|
batch_dot supports arbitrary sized arrays
|
2016-03-24 15:35:21 -04:00 |
|
François Chollet
|
5e301d1f63
|
Merge pull request #2044 from NasenSpray/conv2d
Use T.nnet.conv2d interface
|
2016-03-24 08:53:42 -07:00 |
|
EderSantana
|
4e5348c5ca
|
Add batch_dot to core.py layers
|
2016-03-23 18:52:57 -04:00 |
|
EderSantana
|
a19db7b672
|
Add batch_dot to backend
|
2016-03-23 18:46:00 -04:00 |
|
François Chollet
|
85ebccfcc8
|
Merge pull request #2049 from grahamannett/patch-1
prevent UnicodeDecodeError
|
2016-03-23 13:59:30 -07:00 |
|
graham
|
677e9ee8ba
|
prevent UnicodeDecodeError
Fix error that arises on some systems where python tries to read text as ascii
|
2016-03-23 05:49:16 -07:00 |
|
ns
|
0f4c7864ba
|
fixed weird performance regression with up-to-date Theano
|
2016-03-23 09:27:29 +01:00 |
|
ns
|
63c099714b
|
PEP8 fix
|
2016-03-23 08:53:36 +01:00 |
|
ns
|
3dd27c61fb
|
fixed output shape for even kernels
|
2016-03-23 08:37:11 +01:00 |
|
ns
|
6543b67509
|
use Theano's new T.nnet.conv2d interface
|
2016-03-23 04:53:54 +01:00 |
|
François Chollet
|
d0b348a55a
|
Merge pull request #2037 from TheRushingWookie/master
Fixed the image captioning example
|
2016-03-22 19:03:29 -07:00 |
|
Quinn Jarrell
|
9f8d3cb399
|
Changed the image captioning example so it works with current keras. It was misusing the merge layer and had an incorrect parameter in of the GRU layers. Should fix issue #1522.
|
2016-03-22 15:40:55 -04:00 |
|
François Chollet
|
deb4c06df8
|
Merge pull request #2013 from carlthome/master
Warn when epoch sees more samples than expected
|
2016-03-21 22:44:21 -07:00 |
|
François Chollet
|
d3cc1de2d7
|
Merge pull request #2027 from sudeepraja/master
Added fix for training h5py dataset on Graph model
|
2016-03-21 22:43:20 -07:00 |
|
Sudeep Raja
|
404a30df88
|
Update models.py
Added fix for training h5py dataset on Graph model
|
2016-03-22 03:51:02 +05:30 |
|
Carl Thomé
|
3bd7d11170
|
Don't assume what a batch generator does
|
2016-03-21 15:59:07 +01:00 |
|
Carl Thomé
|
9ac50e0050
|
Warn when epoch sees more samples than expected
|
2016-03-20 19:51:24 +01:00 |
|
François Chollet
|
b0303f03ff
|
Merge pull request #1968 from cadurosar/master
Fix Reproducibility with ImageDataGenerator
|
2016-03-14 18:34:34 -07:00 |
|
François Chollet
|
2716dcd6ab
|
Merge pull request #1963 from jnphilipp/fix_config
Fixed get_config for SReLU.
|
2016-03-14 18:33:52 -07:00 |
|
François Chollet
|
fef9de0d17
|
Merge pull request #1961 from giorgiop/typos_examples
typos in examples
|
2016-03-14 18:33:40 -07:00 |
|
Carlos Eduardo Rosar Kos Lassance
|
2dcafafcf9
|
change all instances of python random to numpy random in keras/preprocessing/image
|
2016-03-14 16:55:57 +01:00 |
|
jnphilipp
|
775664fdb8
|
Fixed nulls in input_shape.
|
2016-03-14 13:36:05 +01:00 |
|
jnphilipp
|
a67034ee7c
|
Fixed get_config for SReLU.
|
2016-03-14 12:48:08 +01:00 |
|
giorgiop
|
e72bb9506a
|
fixed typos
|
2016-03-14 11:27:20 +11:00 |
|