nsga-net
nsga-net copied to clipboard
NSGA-Net, a Neural Architecture Search Algorithm
1.Runtime error: cuda is out of memory 2.perform macro and micro search simultaneously?
Hello, guys,I got an error trying to run CIFAR100: unrecognized arguments: --task cifar100. I checked the source code and found that there was no parameter task. I would like to...
Hi guys, I can't find the code for checking duplicate architectures in the source code. Could you show me where it is? Thank you very much.
Hi, @ianwhale @mikelzc1990, Could you explain about the survival rate of the offspring? Thank you so much
Hello, From what I understand, the Bayesian optimization "exploitation" stage which is detailed in your paper doesn't exist in this repository. Am I correct? And if not can you point...
Hello, I changed the macro search of your project in order to support 1-D data. This change mainly consisted of of changing the kernel sizes, and padding sizes of all...
There are BinaryRandomSampling and FloatRandomSampling, but there is no 'RandomSampling'
In the paper > We set the number of phases np to three and the number of nodes in each phase no to six. > Duringarchitecturesearch, we limit the number...