Uploaded image for project: 'SystemDS'
  1. SystemDS
  2. SYSTEMDS-1566

Possible regression from 0.13 -> 0.14 for MNIST LeNet script

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • SystemML 0.15
    • None
    • None

    Description

      For the 0.14 release testing, I tried out the MNIST LeNet example on both 0.13 and 0.14 and noticed a possible regression. Basically, on 0.14 the script took longer to run and had 2513 Spark instructions executed, while on 0.13 only 864 Spark instructions were executed. This was run locally on a laptop using the 2 instructions at the top of the script (and copied below). I've also attached the stats and runtime explain logs.

      1. Download data

      nn/examples/get_mnist_data.sh
      

      2. Execute from the scripts directory.

      spark-submit --master local[*] --driver-memory 10G --conf spark.driver.maxResultSize=0 --conf spark.rpc.message.maxSize=128 SystemML.jar -f nn/examples/mnist_lenet-train.dml -stats -explain -nvargs train=nn/examples/data/mnist/mnist_train.csv test=nn/examples/data/mnist/mnist_test.csv C=1 Hin=28 Win=28 epochs=1 out_dir=nn/examples/model/mnist_lenet
      

      Attachments

        1. stats.txt
          2 kB
          Mike Dusenberry
        2. explain.txt
          165 kB
          Mike Dusenberry

        Issue Links

          Activity

            People

              dusenberrymw Mike Dusenberry
              dusenberrymw Mike Dusenberry
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: