NVlabs / stylegan2-ada-pytorch

StyleGAN2-ADA - Official PyTorch implementation

Home Page:https://arxiv.org/abs/2006.06676

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is the recommended way to view the training loss curves in stats.jsonl?

ebartrum opened this issue · comments

I have run some experiments and I need to check the loss curves, is there a recommended tool for this?
I did not have tensorboard installed in my environment so I do not have the tf events file, only stats.jsonl. Worst case I can rerun them w/ tensorboard, but was wondering what tools are available for the new format.