neuralpredictor.pytorch icon indicating copy to clipboard operation
neuralpredictor.pytorch copied to clipboard

Open source reproduction in PyTorch of "Neural Predictor for Neural Architecture Search".

Results 3 neuralpredictor.pytorch issues
Sort by recently updated
recently updated
newest added

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...