Skip to content

Commit

Permalink
Merge pull request #24 from lightly-ai/develop
Browse files Browse the repository at this point in the history
Quick fix: change default output dir name
  • Loading branch information
philippmwirth authored Oct 30, 2020
2 parents a4cb0fd + 7c5e0bd commit 86e51f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ clean-pyc:
## remove hydra outputs
clean-out:
rm -fr outputs/
rm -fr lightly_outputs/
rm -fr lightning_logs/
rm -fr lightly_epoch_*.ckpt

Expand Down
2 changes: 2 additions & 0 deletions lightly/cli/config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ seed: 1
### hydra
# The arguments below are built-ins from the hydra-core Python package.
hydra:
run:
dir: lightly_outputs/${now:%Y-%m-%d}/${now:%H-%M-%S}
help:
header: |
== Description ==
Expand Down

0 comments on commit 86e51f0

Please sign in to comment.