All Versions
6
Latest Version
Avg Release Cycle
57 days
Latest Release
1550 days ago

Changelog History

  • v0.5.0

    December 30, 2019
  • v0.4.1

    December 30, 2019
  • v0.4.0 Changes

    December 02, 2019

    ๐Ÿš€ This is a pre-release according to issue #168

  • v0.3 Changes

    May 01, 2019

    About

    ๐Ÿš€ This is a pre-release able to run the emotion fer+ model.
    ๐Ÿ‘€ On top of that, it holds the premises of a new package to manipulate images and BCHW tensors (see internal/x).

    Binary attachment

    ๐Ÿ‘€ The attachment is a simple tool that expects the emotion fer + model as input (model.onnx) and a picture encoded in gray/png and of size 64x64. (See the Makefile for options of ImageMagick to convert the picture to a suitable format).

    You need to grab the model.onnx file from here

    ๐ŸŽ MacOS with brew

    ๐ŸŽ On MacOS you can install imagesnap and imagemagick and run macos_fun.sh.

    Otherwise, simply download the Makefile and type make install to install everything and make analyze1.jpg to create a picture and analyze it.

  • v0.2

    April 26, 2019
  • v0.1-mnist Changes

    March 22, 2019

    To use it:
    curl https://www.cntk.ai/OnnxModels/mnist/opset_7/mnist.tar.gz | tar -C /tmp -xzvf -
    ./mnist-reader.darwin -model /tmp/mnist/model.onnx

    ๐Ÿ’ป then point your browser to http://localhost:8100

    ๐Ÿ— To build it:

    $ git checkout v0.1-mnist-cli
    $ cd example/gorgonia/mnist-reader
    $ curl https://www.cntk.ai/OnnxModels/mnist/opset_7/mnist.tar.gz | tar -C /tmp -xzf -
    $ go run main.go -model /tmp/mnist/model.onnx