Renjie PI
Renjie PI
Yes, it is the final version. Unfortunately, the mutation of EA sampler was hardcoded specifically for the darts search space, so I'm not quite sure if it fits for your...
Yes, note that for NASBench101, the search space is limited to 42w+ architectures, so for fair comparison, we limit the sample size of random sample to a small number (0.01%...
The idea is as follows: the "nodes" in the dag have two inputs, and each input is associated with an independent operation. Thus, to form the input for GCN, we...
Hi! I also have the same question.
Thank you very much for the prompt reply! Yes, indeed the experiment with MWN is 85.56(final) and 86.77(best), but if I remove the MWN reweighting, the performance degradation is not...
It would be great if you can conduct the baseline experiment and let me know the results, just in case if there's something I've done incorrectly. Much appreciated! Your way...
Can this be the version of pytorch?
The code is attached below. Thank you. On Fri, Oct 22, 2021 at 11:00 AM ShiYunyi ***@***.***> wrote: > Can you send me your baseline code? > > — >...
Sure, I just sent it. On Fri, Oct 22, 2021 at 12:09 PM ShiYunyi ***@***.***> wrote: > Sorry, I didn't find it. Can you send it to my email ***@***.***)?...
Yes, I did. setting it to true wil disable MWN ShiYunyi ***@***.***> 于 2021年10月22日周五 12:45写道: > Did you add --no_tune_score True? I tried it and the default setting is >...