From 96a528202138f07f99329ccfa5ff03f07d913107 Mon Sep 17 00:00:00 2001 From: "xingjun.wang" Date: Fri, 21 Jul 2023 23:09:24 +0800 Subject: [PATCH] check format --- examples/pytorch/llm/_common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/pytorch/llm/_common.py b/examples/pytorch/llm/_common.py index ad82e086..77952f3c 100644 --- a/examples/pytorch/llm/_common.py +++ b/examples/pytorch/llm/_common.py @@ -445,7 +445,7 @@ def plot_image(tb_dir: str, fname = os.listdir(tb_dir)[0] tb_path = os.path.join(tb_dir, fname) data = read_tensorboard_file(tb_path) - # + for k in data.keys(): _data = data[k] steps = [d['step'] for d in _data]