NASLib is a Neural Architecture Search (NAS) library for facilitating NAS research for the community by providing interfaces to several state-of-the-art NAS search spaces and optimizers.
saves optimizer.get_checkpointables() return values in checkpoint, and is also able to load them.
changed:
trainer.py
most of optimizer.py.
Please review the use of _set_checkpoint() in trainer.py which is before calling optimizer.before_training(). In the metaclass of the optimizers it is mentioned that _set_checkpoint() should be used c
saves optimizer.get_checkpointables() return values in checkpoint, and is also able to load them. changed: trainer.py most of optimizer.py.
Please review the use of _set_checkpoint() in trainer.py which is before calling optimizer.before_training(). In the metaclass of the optimizers it is mentioned that _set_checkpoint() should be used c