Skip to content

Version 0.2.1 Release

Compare
Choose a tag to compare
@massie massie released this 28 Nov 18:50
· 8 commits to master since this release

This update removes duplicate data from the training set (currently 36 duplicates were found). All data is now written to a versioned directory to make it easier to share with each chipper release.

To install from source, download the attached source tarball and run, e.g.

$ gunzip < chipper-0.2.1.tar.gz | tar -xvf -
$ cd chipper-0.2.1
$ mkdir build
$ cd build
$ cmake ..
$ make all test install

There is also an attached binary distribution for Darwin which has already been built for you as well as all the input and generated data from the jupyter notebook.