Replace all instances of save_handler=DiskSaver(...)
with save_handler=path/to/dir
#53
Labels
save_handler=DiskSaver(...)
with save_handler=path/to/dir
#53
Since PyTorch-Ignite v0.4.7, we have updated
save_handler
inCheckpoint
to pass the path to checkpoint directory rather than mentioningDiskSaver(checkpoint_dir, create_dir=True)
. It would be nice if this could be updated for all instances in this repository too. One such instance can be in under Checkpointing in How to convert PyTorch Code to Ignite.The text was updated successfully, but these errors were encountered: