yuhuixu1993 / PC-DARTS

PC-DARTS:Partial Channel Connections for Memory-Efficient Differentiable Architecture Search
436 stars 108 forks source link

How to change the channel proportion K? #46

Closed anujmhr closed 4 years ago

anujmhr commented 4 years ago

It seems to be hardcoded. Do you just modify the following lines to change the parameter K?

https://github.com/yuhuixu1993/PC-DARTS/blob/2f6aac375ada8aca3b9cbf782e456f8ce7e0243a/model_search.py#L33-L35 https://github.com/yuhuixu1993/PC-DARTS/blob/2f6aac375ada8aca3b9cbf782e456f8ce7e0243a/model_search.py#L42-L43

https://github.com/yuhuixu1993/PC-DARTS/blob/2f6aac375ada8aca3b9cbf782e456f8ce7e0243a/model_search.py#L50

yuhuixu1993 commented 4 years ago

@anujmhr ,yes, you are right. I will give some notations.

anujmhr commented 4 years ago

@yuhuixu1993 thank you