Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inquiry about Sample Efficient Neural architecture search by learning action space #6

Open
pipilurj opened this issue Jul 27, 2019 · 1 comment

Comments

@pipilurj
Copy link

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!
@linnanwang
Copy link
Owner

linnanwang commented Jul 28, 2019

  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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants