DiffusionNAG
DiffusionNAG copied to clipboard
Official PyTorch implementation of "DiffusionNAG: Predictor-guided Neural Architecture Generation with Diffusion Models" (ICLR 2024)
Hi CownowAn, Upon reviewing the code provided by you in the 'diffusionnag' repository, I noticed that instructions were provided for training 'checkpoints/meta_surrogate/check_point.pth.tar'. However, I couldn't find any specific guidance on...
Dear CownowAn and HayeonLee, I hope this message finds you well. First and foremost, I would like to express my profound gratitude for your work on the DiffusionNAG project and...
i cannot find the code about"IMPROVING EXISTING BAYESIAN OPTIMIZATION-BASED NAS" ,i can only see transfernag
I found that **the names of the Floyd algorithm** in these two places of the code **do not match**. Did you make a mistake? This caused me a lot of...
In given file NAS-Bench-201/datasets_nas.py, the loaders in the get_dataloader interface need to be changed for efficiency. For an example, to train_loader: ```python3 # NAS-Bench-201/datasets_nas.py def get_dataloader(config, train_dataset, eval_dataset, test_dataset): train_loader...