(Just a doubt..!?) How to create a .t7 model from scratch(raw images & labels)?
sowjanya143 opened this issue · 2 comments
sowjanya143 commented
(Just a doubt..!?) How to create a .t7 model from scratch(raw images & labels)?
soumith commented
the CIFAR dataset is provided in a special binary format
http://www.cs.toronto.edu/~kriz/cifar.html
This script converts the CIFAR dataset into .t7
https://github.com/soumith/cifar.torch
Naresh07413 commented
Did u found any solution..Sowjanya?