Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/schnetpack/configs/train.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ hydra:
dir: ${run.path}/${run.id}

searchpath:
- file://${oc.env:PWD}
- file://${oc.env:PWD}/configs
- file://.
- file://./configs

# disable hydra config storage, since handled manually
output_subdir: null
Expand Down
Loading