Uploaded image for project: 'Apache MADlib'
  1. Apache MADlib
  2. MADLIB-1343

DL: Improve performance for predict

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • v1.16
    • Deep Learning
    • None

    Description

      Below are the runtimes for predict on 10K MNIST examples on a simple network

      model_simple = Sequential()
      model_simple.add(Dense(100, activation='relu', input_shape=(784,)))
      model_simple.add(Dense(10, activation='softmax'))
      

      This ran >2 hours for 1 host / 2 segment machine Centos7 machine. That seems unreasonably long.

      Attachments

        Activity

          People

            Unassigned Unassigned
            khannaekta Ekta Khanna
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: