/cifar

A chainer implementation of cifar-10

Primary LanguagePythonMIT LicenseMIT

cifar

This is an python implementation of cifar-10.

Validation

These codes are verified to run 3986.784109 seconds in Bitfusion Ubuntu 14 Chainer on June 4, 2017.
If you are using a older version of Chainer , it might be necessary to change from

chainer.cuda.get_device_from_id().use()

to

chainer.cuda.get_device().use()