EdwardTyantov

Results 6 comments of EdwardTyantov

Hi, I don't really know, you may use the link to the actual repo )

Hi, could you post launch command and entire python error, please ?

Year, kramimus, right, thanks a lot. I configure my keras in the configuration file ~/.keras/keras.json cat ~/.keras/keras.json { "image_dim_ordering": "th", "epsilon": 1e-07, "floatx": "float32", "backend": "theano" } I've updated readme...

I can't comment issues regarding TF, code works with theano, although I managed to launch with TF backend, but got 10x slower training iteration.

Hi, maybe new keras version behaves differently ? I suspect that something in the conv mechanism could have changed (i.e. padding, some default values of other parameters). I recommend tracing...