AlphaX-NASBench101 icon indicating copy to clipboard operation
AlphaX-NASBench101 copied to clipboard

Inquiry about Sample Efficient Neural architecture search by learning action space

Open pipilurj opened this issue 5 years ago • 1 comments

Hello, as you have recommended, I studied your new paper and was amazed by the result, and the idea was quite enlightening, however, there are a few things that still confuses me:

  1. Does Xbar in node.Xbar stand for the mean accuracy of architectures attached to that node
  2. I am very curious about the way you encode the architectures, does it affect the performance a lot? Thank you very much and looking forward to your reply!

pipilurj avatar Jul 27 '19 09:07 pipilurj

  1. xbar can be mean acc or cumulative sum, this is an implementation preference.

  2. a good research model shall be robust to any encoding mechanism. There is no tricks here, we use the the most brutal force encoding scheme. However, if you lose information, that's a different story.

linnanwang avatar Jul 28 '19 05:07 linnanwang