Skip to content

Commit

Permalink
Add training finished statement (#914)
Browse files Browse the repository at this point in the history
  • Loading branch information
tancik authored Nov 7, 2022
1 parent 39462e7 commit 49e8936
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nerfstudio/engine/trainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,9 @@ def train(self) -> None:
writer.write_out_storage()
# save checkpoint at the end of training
self.save_checkpoint(step)
CONSOLE.rule()
CONSOLE.print("[bold green]:tada: :tada: :tada: Training Finished :tada: :tada: :tada:", justify="center")
CONSOLE.print("Use ctrl+c to quit", justify="center")
self._always_render(step)

@check_main_thread
Expand Down

0 comments on commit 49e8936

Please sign in to comment.