accosmin / nano

C++ library [machine learning & numerical optimization] - superseeded by libnano
MIT License
1 stars 0 forks source link

Unit tests for supported tasks #98

Closed accosmin closed 8 years ago

accosmin commented 8 years ago

Should add unit tests to check that all supported tasks are still loading correctly (e.g. MNIST, CIFARxxx, STL10, SVHN). Maybe drop support for NORB.

accosmin commented 8 years ago

Should add unit tests for all synthetic tasks: random, identity, charset, affine ...

accosmin commented 8 years ago

More efficient loading of tasks in terms of memory usage and speed (especially STL10, SVHN, NORB).