Skip to content

Instantly share code, notes, and snippets.

View michaelriedl's full-sized avatar

Michael Riedl michaelriedl

View GitHub Profile
@michaelriedl
michaelriedl / test_gather.py
Created September 12, 2023 02:17
Testing Lightning Fabric logging behavior
import os
import shutil
import torch
import lightning as L
from torch.utils.tensorboard import SummaryWriter
from tensorboard.backend.event_processing import event_accumulator
LOG_DIR = "./logs"