- Updated the nasbench query example in the README - More convenient checkpointing during training. Before, the checkpoint function had to have this signature:
checkpoint_func(network, metrics)
Since this version:
checkpoint_func(network, metrics, epoch number)
1.0
NASBench-PyTorch is now an installable package uploaded to Pypi. You can install it like this (working PyTorch installation is needed):
pip install nasbench_pytorch
What's Changed * Refactor the project to a package-like structure by gabrielasuchopar in https://github.com/romulus0914/NASBench-PyTorch/pull/2