chore(format): run black on dev
This commit is contained in:
parent
7e4992eb22
commit
886eeb0547
@ -116,7 +116,11 @@ def main():
|
||||
children[i].join()
|
||||
|
||||
|
||||
def run(rank, n_gpus, hps,):
|
||||
def run(
|
||||
rank,
|
||||
n_gpus,
|
||||
hps,
|
||||
):
|
||||
global global_step
|
||||
if rank == 0:
|
||||
logger = utils.get_logger(hps.model_dir)
|
||||
|
Loading…
Reference in New Issue
Block a user