Versions Compared

Key

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

...

  • Test Coverage plugin integration 
  • Benchmarks - See python package examples/image-classification/benchmark.py for a guideline
  • Good API Documentation
  • Examples turned into integration tests - In process
  • More tests, increased test coverage 
  • Deploying Clojure jar artifacts for release - In progressrelease 
  • Adding Code Coverage report to CI - In progress 
  • Add GPU tests
  • Integration with CI
  • Documentation on the Website
  • Examples on the Website
  • Install Documentation with OSX - Ubuntu, Arch, Deep Learning AMI
  • Use logging vs println in source code 
  • Improving the Debug experience (mxnet-core, scala, clojure)
  • Validate the dependencies of the maven jars in the project.clj on CI
  • Add core.spec to all functions to help with validation on arguments. Currently, it is only in use in the module namespace

...

  • Porting the Scala Inference to Clojure
  • Custom Operators 
  • KV Store Testing - There is interop and general support, but needs testing (I was unable to do so sufficiently working locally)
  • Gluon API - Needs discussion and coordination with Scala package
  • Feed Forward API - Needs discussion and coordination with Scala package
  • Arch Linux/ Ubuntu support - Needs discussion and coordination with Scala package
  • OSX gpu support - Needs discussion and coordination with Scala package
  • ImageRecordIter - Needs testing and tutorial page
  • Look into NDArray and Symbol macros to handle memory issues (like with-openMemory Management (coordinate with Scala pacakge) - In progress
  • Investigate autogen of ndarray and symbol as a automatic compile time step rather than manual - In process
    • Look into the same process that the Scala package uses to generate docs with file signatures

...