quark0 / darts

Differentiable architecture search for convolutional and recurrent networks
https://arxiv.org/abs/1806.09055
Apache License 2.0
3.92k stars 842 forks source link

How to transfer the code to other dataset? #57

Open marsggbo opened 5 years ago

marsggbo commented 5 years ago

I want to use your code to design an architecture based on my own dataset? Could you tell me which part I need to modify? Thank you very much!

aminecherif94 commented 5 years ago

You will need to change the data folder and to give it the images you want to design the architecture for. Also, you will need to change the output layer to give it the number of classes you are working with. Please if you have any other questions feel free to ask.

suryakumara commented 5 years ago

You will need to change the data folder and to give it the images you want to design the architecture for. Also, you will need to change the output layer to give it the number of classes you are working with. Please if you have any other questions feel free to ask.

Could you help me to guide the step.. I still get some issues