Skip to content

Commit

Permalink
Remove val chunks dir
Browse files Browse the repository at this point in the history
  • Loading branch information
gitttt-1234 committed Sep 26, 2024
1 parent 6bcba94 commit 199d8d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sleap_nn/training/model_trainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ def train(self):
)
if (Path(self.dir_path) / "val_chunks").exists():
shutil.rmtree(
(Path(self.dir_path) / "train_chunks").as_posix(),
(Path(self.dir_path) / "val_chunks").as_posix(),
ignore_errors=True,
)

Expand Down

0 comments on commit 199d8d5

Please sign in to comment.