Thisiwycf
Results
2
issues of
Thisiwycf
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...