Hsin-Ping Chou

Results 5 comments of Hsin-Ping Chou

Hi, ENAS builds a DAG to achieve weight sharing. The DAG is created in this file. [https://github.com/melodyguan/enas/blob/master/src/cifar10/general_child.py](url)

I think you're right. I also found this issue when running the code. I think it only effects "Resample" and can be fixed by adding a line after the "ImbalancedDatasetSampler"...

You should probably wait for the author's response before closing the issue though I think you're right about the question. And it's also better to keep the issue opened before...

Hi, I think there's nothing wrong with the ERM baseline. You're getting this "one" better results due to the seed choice for numpy which efftects how the imbalanced data is...

Hi, I suppose you're showing the results of running micro_final.sh or macro_final.sh. This phenomenon is due to the cosine learning rate scheduling with restart.