Skip to content

Saving checkpoint, hparams & tfevents after training to separate folder #11779

Discussion options

You must be logged in to vote

hey @dispoth !!

  1. I'd say use on_fit_end instead, since the last checkpoint in the model checkpoint is saved in this hook, so it won't guarantee to have that ckpt when your callback calls it.
  2. you can copy the log files directly? the are available inside trainer.log_dir.
  3. yes, they will be available during both on_train_end and on_fit_end.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@dispoth
Comment options

Answer selected by dispoth
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment