automl / NASLib

NASLib is a Neural Architecture Search (NAS) library for facilitating NAS research for the community by providing interfaces to several state-of-the-art NAS search spaces and optimizers.
Apache License 2.0
528 stars 117 forks source link

How do I use my custom dataset? #120

Closed peter-ch closed 2 years ago

peter-ch commented 2 years ago

I don't want CIFAR, Taskonomy or anything, I have my own data, but I can't get it to work. I couldn't replace CIFAR10 and I don't know the data format and it overwhelms me with errors. Can you help me with this?

shashankskagnihotri commented 2 years ago

Hi, unfortunately as of now we have not included that functionality in NASLib. We intend to do so in the near future.