tree: 386a000d8eb7aa39483859b480e4915e3aba8d8c
  1. src/
  2. .gitignore
  3. project.clj
  4. README.md
contrib/clojure-package/examples/multi-label/README.md

multi-label

This is a quick example of doing multi-label classification. It involves using a proxy to implement the DataIter to make a custom data iterator for MNIST

To run lein run. This will execute the cpu version.

You can control the devices you run on by doing:

lein run :cpu - This will run on 1 cpu device lein run :gpu - This will run on 1 gpu device

This example only works on 1 device