"docs/en/vscode:/vscode.git/clone" did not exist on "8a8da91bd8e4bca84557132ae67508c5d3b7385c"
Commit 53be8329 authored by Kai Chen's avatar Kai Chen
Browse files

move configs

parent 7eb02d29
...@@ -109,7 +109,7 @@ log_config = dict( ...@@ -109,7 +109,7 @@ log_config = dict(
# runtime settings # runtime settings
total_epochs = 12 total_epochs = 12
device_ids = range(8) device_ids = range(8)
dist_params = dict(backend='gloo') dist_params = dict(backend='nccl')
log_level = 'INFO' log_level = 'INFO'
work_dir = './work_dirs/fpn_retinanet_r50_1x' work_dir = './work_dirs/fpn_retinanet_r50_1x'
load_from = None load_from = None
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment