Skip to content
Merged
Show file tree
Hide file tree
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
5 changes: 5 additions & 0 deletions models/rf3/configs/inference.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
# ^ The "package" determines where the content of the config is placed in the output config
# For more information about overriding configs, see: https://hydra.cc/docs/advanced/overriding_packages/#overriding-packages-using-the-defaults-list

hydra:
searchpath:
- pkg://rf3.configs
- pkg://configs

defaults:
- inference_engine: rf3
- _self_
5 changes: 5 additions & 0 deletions models/rf3/configs/train.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
# ^ The "package" determines where the content of the config is placed in the output config
# For more information about overriding configs, see: https://hydra.cc/docs/advanced/overriding_packages/#overriding-packages-using-the-defaults-list

hydra:
searchpath:
- pkg://rf3.configs
- pkg://configs

# NOTE: order of defaults determines the order in which configs override each other (higher up items are overridden by lower items)
defaults:
- callbacks: default
Expand Down
5 changes: 5 additions & 0 deletions models/rf3/configs/validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
# ^ The "package" determines where the content of the config is placed in the output config
# For more information about overriding configs, see: https://hydra.cc/docs/advanced/overriding_packages/#overriding-packages-using-the-defaults-list

hydra:
searchpath:
- pkg://rf3.configs
- pkg://configs

# NOTE: order of defaults determines the order in which configs override each other (higher up items are overridden by lower items)
defaults:
- callbacks: default
Expand Down
1 change: 1 addition & 0 deletions models/rfd3/configs/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# Inference engine config for development
hydra:
searchpath:
- pkg://rfd3.configs
- pkg://configs

defaults:
Expand Down
1 change: 1 addition & 0 deletions models/rfd3/configs/validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

hydra:
searchpath:
- pkg://rfd3.configs
- pkg://configs

defaults:
Expand Down
Loading