Skip to content

Commit 41d2d72

Browse files
Format code (#310)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 080b7cd commit 41d2d72

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

train_nsf_sim_cache_sid_load_pretrain.py

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,14 @@ def main():
7272

7373
children = []
7474
for i in range(n_gpus):
75-
subproc = mp.Process(target=run, args=(
76-
i,
77-
n_gpus,
78-
hps,
79-
))
75+
subproc = mp.Process(
76+
target=run,
77+
args=(
78+
i,
79+
n_gpus,
80+
hps,
81+
),
82+
)
8083
children.append(subproc)
8184
subproc.start()
8285

0 commit comments

Comments
 (0)