oops
This commit is contained in:
parent
1fb103c2d4
commit
9451a10c00
|
@ -153,7 +153,7 @@ def visualize_dataset(
|
|||
if "next.success" in batch:
|
||||
rr.log("next.success", rr.Scalar(batch["next.success"][i].item()))
|
||||
|
||||
if mode == "local":
|
||||
if mode == "local" and save:
|
||||
# save .rrd locally
|
||||
output_dir = Path(output_dir)
|
||||
output_dir.mkdir(parents=True, exist_ok=True)
|
||||
|
|
Loading…
Reference in New Issue