From 08c6588427366af9eed08ec44da4e324338e9103 Mon Sep 17 00:00:00 2001 From: hyunp2 <42776897+hyunp2@users.noreply.github.com> Date: Tue, 3 Oct 2023 09:05:44 -0500 Subject: [PATCH] Update visualizer.py --- utils/src/visualizer.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/src/visualizer.py b/utils/src/visualizer.py index 4203ac66..b75e32a3 100644 --- a/utils/src/visualizer.py +++ b/utils/src/visualizer.py @@ -223,5 +223,5 @@ def visualize_chain( gif_path = dirname + '/output.gif' imageio.mimsave(gif_path, imgs, subrectangles=True) - if wandb is not None: - wandb.log({mode: [wandb.Video(gif_path, caption=gif_path)]}) + # if wandb is not None: + # wandb.log({mode: [wandb.Video(gif_path, caption=gif_path)]})