ISTA-NAS
ISTA-NAS copied to clipboard
released code for the paper: ISTA-NAS: Efficient and Consistent Neural Architecture Search by Sparse Coding
Thanks for releasing the code. I try to reproduce the CIFAR10 result from scratch according to your guidance (cutout enabled): python ./tools/evaluation.py --auxiliary --cutout --onestage --arch ISTA_onestage However, the accuracy...
Dear authors, Thanks for your nice work ISTA-NAS, which is very interesting to me. After running your code, I find that the selected cell is determined by the code ''id1,...
Hi, I have read your paper on NeruaIPS2020, and I like it. I just have a question about the weight of operations. It usually contains negative values in the training...