cmcl
cmcl copied to clipboard
how to train my own dataset
now ,i want to use your method for the (UC Merced Land Use Dataset) dataset. How to convert my data set into your data form? @chhwang
@chhwang
@zq1314 You can prepare your dataset in torch file format (.t7) and read it using torchfile.load
function, refer to cifar.py
. It will convert the internal data into numpy arrays.
when i run my own dataset ,i face some problem ,i transform my dataset into numpy array but i still face some pronblem
@chhwang