cmcl icon indicating copy to clipboard operation
cmcl copied to clipboard

how to train my own dataset

Open zq1314 opened this issue 6 years ago • 3 comments

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

zq1314 avatar Aug 02 '18 07:08 zq1314

@chhwang

zq1314 avatar Aug 04 '18 04:08 zq1314

@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.

chhwang avatar Aug 04 '18 05:08 chhwang

2018-09-02 10-35-25 Uploading 2018-09-02 10-35-25屏幕截图.png… 2018-09-02 10-40-38 when i run my own dataset ,i face some problem ,i transform my dataset into numpy array but i still face some pronblem @chhwang

zq1314 avatar Sep 02 '18 02:09 zq1314