dmlc / keras

Deep Learning library for Python. Convnets, recurrent neural networks, and more. Runs on MXNet, Theano or TensorFlow.
http://keras.io/
Other
125 stars 34 forks source link

Skip failing unit tests #69

Closed kevinthesun closed 7 years ago

kevinthesun commented 7 years ago

Skip failing unit tests in https://github.com/dmlc/keras/issues/65.

@piiswrong @@sandeep-krishnamurthy

kevinthesun commented 7 years ago

Conditional decorator is not trivial. It requires changes of the wrapper function. I don't think it is applicable in our scenario.