QC-CNN
QC-CNN copied to clipboard
How to do it for custom dataset
Hi @christorange , You have done a fabulous work. I would like to run on my custom image dataset where image size is quite larger 416x416. But if i convert to csv its very large, can you please help me to execute in such configuration.
I'm afraid it's hard to train such large image on this toy model, I subsampled dataset to $14 \times 14$ because when I tried to train $28 \times 28$ images my RAM got eaten up, and it would throw an error. Maybe you can transform the data to binary formats, like .bin files, but you will also need some tools to make the model work with data in such formats.