AlphaX-NASBench101
AlphaX-NASBench101 copied to clipboard
Inquiry about Sample Efficient Neural architecture search by learning action space
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:
- Does Xbar in node.Xbar stand for the mean accuracy of architectures attached to that node
- 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!
-
xbar can be mean acc or cumulative sum, this is an implementation preference.
-
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.