Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
yaoyuping
nnDetection
Commits
3a2ab25f
Commit
3a2ab25f
authored
Jun 02, 2022
by
Baumgartner, Michael
Browse files
hydra update
parent
20ad7c60
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
nndet/conf/config.yaml
nndet/conf/config.yaml
+1
-0
scripts/train.py
scripts/train.py
+1
-1
No files found.
nndet/conf/config.yaml
View file @
3a2ab25f
defaults
:
-
_self_
-
train
:
v001
-
prep
:
process
...
...
scripts/train.py
View file @
3a2ab25f
...
...
@@ -177,7 +177,7 @@ def _train(
do_sweep: determine best emprical parameters for run
"""
print
(
f
"Overwrites:
{
ov
}
"
)
initialize_config_module
(
config_module
=
"nndet.conf"
)
initialize_config_module
(
config_module
=
"nndet.conf"
,
version_base
=
"1.1"
)
cfg
=
compose
(
task
,
"config.yaml"
,
overrides
=
ov
if
ov
is
not
None
else
[])
assert
cfg
.
host
.
parent_data
is
not
None
,
'Parent data can not be None'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment