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

The problem with Meta-DNN

Open han-shi opened this issue 6 years ago • 2 comments

Awesome work! I trained net_predictor with default settings (Adding validation_split=.2). The val_correlation can achieve 0.819, which is much bigger than the number (0.784) in the paper. Is there anything wrong? Thanks.

han-shi avatar Jul 24 '19 09:07 han-shi

Sorry just double check our experiments. Yes, we used NASBench for designing validation of meta-DNN. I think the discrepancy in evaluating the val_correlation is at "how you split the dataset". Did you randomize NASBench before splitting it? Please noted validation dataset can vary, resulting in different correlations. I believe the differences in validation dataset is causing the problem.

We'd also want to bring your attention to our another recent work, which significantly improves the sampling efficiency of AlphaX. https://linnanwang.github.io/latent-actions.pdf

linnanwang avatar Jul 24 '19 09:07 linnanwang

@linnanwang Does the code of LaNAS have released?

auroua avatar Mar 17 '20 14:03 auroua