High: It blocks me to complete my task.
I want to save checkpoints after each epoch in my local system.
.
To save the checkpoint I used the method checkpoint.to_directory("folder_path")
but it doesn’t seem to be working. I didn’t get anything in my local system at “folder_path” location.
Please let me know if I am missing anything here.