check format

This commit is contained in:
xingjun.wang
2023-07-21 23:09:24 +08:00
parent 9c4d9cdb68
commit 96a5282021

View File

@@ -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]