Skip to content

Commit

Permalink
Add dist folder
Browse files Browse the repository at this point in the history
  • Loading branch information
sungmanc committed Dec 29, 2022
1 parent d121215 commit 1c8dd72
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions otx/recipes/stages/_base_/dist/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Copyright (C) 2022 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
#
4 changes: 4 additions & 0 deletions otx/recipes/stages/_base_/dist/dist.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
dist_params = dict(
backend='nccl',
linear_scale_lr=True
)

0 comments on commit 1c8dd72

Please sign in to comment.