This commit is contained in:
Guanbo Wang 2022-08-02 15:38:39 +00:00
parent f2b72c80ff
commit 5c2c91e53f

View File

@ -909,8 +909,6 @@ def run(rank, world_size, args):
"""
params = get_params()
params.update(vars(args))
if params.full_libri is False:
params.valid_interval = 1600
fix_random_seed(params.seed)
if world_size > 1: