Skip to content
Snippets Groups Projects
Commit 9569fb5b authored by Kai Chen's avatar Kai Chen
Browse files

fix typo

parent 904d875a
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,7 @@ def main():
else:
dist = True
print('Enabled distributed training.')
init_dist(args.launcher, **cfg.dist_args)
init_dist(args.launcher, **cfg.dist_params)
# prepare data loaders
train_dataset = obj_from_dict(cfg.data.train, datasets)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment