Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. A Maven project that can take the build-from-source jar of Scala package
    1. Once Scala automated publish has been done, we can take from the SNAPSHOT created from the published package.
  2. Several scripts that can automatically download data and run the Benchmark Test
    1. For image classification, will use real image data for testing
    2. For other examples, will use Synthetic data generated on the fly
  3. A standard output for each of the testing result

Design

Image Added


Here is a walk through on the steps that need to be taken and demo commands to run.

...