yuhuixu1993 / PC-DARTS

PC-DARTS:Partial Channel Connections for Memory-Efficient Differentiable Architecture Search

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

why did you discard parameter '--unrolled'?

xingyueye opened this issue · comments

@yuhuixu1993 hi, I just noticed that you have dropped the parameter '--unrolled' after 'python train_search.py' command in ReadME. I want to know it's a carefulless missing or you truely did it. After all, the derivation of architecture parameters will be incomplete without '--unrolled'.

As claimed in the paper, our method is constructed based on DARTS (1st order) (unrolled=false), as sencond order .may not bring much performance gain but slower. Most of recent works based on darts prefer DARTS (1st order), such as PDARTS, DASRT+.