neuralpredictor.pytorch
neuralpredictor.pytorch copied to clipboard
Open source reproduction in PyTorch of "Neural Predictor for Neural Architecture Search".
I just run this code, and it occurs the problem that > found the dtype double but expect float and I found this code may have some problems: ``` target...
Is there a way to view the models saved after the training? I can't open the .pyc files even though they have the Python logo.
Hi, @ultmaster Firstly, thanks for your awesome reproduction work. It really helps! However, there is something I don't understand and want to discuss with you. In the original paper, they...