Closed sayakpaul closed 2 years ago
Hi, you can do that by using the save_path
argument when you create an instance of SaveBestModelCallback
, as described here: https://pytorch-accelerated.readthedocs.io/en/latest/callbacks.html#pytorch_accelerated.callbacks.SaveBestModelCallback.
Hope that helps!
Thank you!
Currently, the checkpoint during training gets serialized to the current working directory. Is it possible to change that?