Ekta Khanna created MADLIB-1343:
-----------------------------------
Summary: DL: Improve performance for predict
Key: MADLIB-1343
URL: https://issues.apache.org/jira/browse/MADLIB-1343
Project: Apache MADlib
Issue Type: Improvement
Components: Deep Learning
Reporter: Ekta Khanna
Fix For: v1.16
Below are the runtimes for predict on 10K MNIST examples on a simple network
{code}
model_simple = Sequential()
model_simple.add(Dense(100, activation='relu', input_shape=(784,)))
model_simple.add(Dense(10, activation='softmax'))
{code}
This ran >2 hours for 1 host / 2 segment machine Centos7 machine. That seems
unreasonably long.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)