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

refactor model to use bucketing for train/test/predict phase. #51

Closed piiswrong closed 7 years ago

piiswrong commented 7 years ago

Split KerasSymbol.symbol into _train_sym and _test_sym.