pull/549/head
877825076@qq.com 2023-12-19 17:11:31 +08:00
parent 3bc936e00d
commit 662391b211
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ def main(args):
config=config_lines, config=config_lines,
logger=logger, logger=logger,
enable_tb=gpc.config.enable_tb, enable_tb=gpc.config.enable_tb,
queue_max_length=gpc.config.monitor.tensorboard.queue_max_length, queue_max_length=gpc.config.tensorboard.queue_max_length,
total_steps=total_steps, total_steps=total_steps,
) )