Changho Hwang
Results
1
comments of
Changho Hwang
@zq1314 You can prepare your dataset in torch file format (.t7) and read it using `torchfile.load` function, refer to [`cifar.py`](https://github.com/chhwang/cmcl/blob/master/src/cifar.py). It will convert the internal data into numpy arrays.