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
29cecb9c
Commit
29cecb9c
authored
Jul 05, 2021
by
mibaumgartner
Browse files
remove ddp accelerator from config
parent
cb480402
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
nndet/conf/train/smoke.yaml
nndet/conf/train/smoke.yaml
+1
-1
nndet/conf/train/v001.yaml
nndet/conf/train/v001.yaml
+1
-1
No files found.
nndet/conf/train/smoke.yaml
View file @
29cecb9c
...
...
@@ -23,7 +23,7 @@ augment_cfg:
trainer_cfg
:
gpus
:
1
# number of gpus
accelerator
:
ddp
# distributed backend
accelerator
:
# distributed backend
precision
:
16
# mixed precision
amp_backend
:
native
# mixed precision backend
amp_level
:
O1
# when mixed precision backend is APEX use O1
...
...
nndet/conf/train/v001.yaml
View file @
29cecb9c
...
...
@@ -28,7 +28,7 @@ augment_cfg:
trainer_cfg
:
gpus
:
1
# number of gpus
accelerator
:
ddp
# distributed backend
accelerator
:
# distributed backend
precision
:
16
# mixed precision
amp_backend
:
native
# mixed precision backend
amp_level
:
O1
# when mixed precision backend is APEX use O1
...
...
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