NVlabs / stylegan2-ada-pytorch

StyleGAN2-ADA - Official PyTorch implementation
https://arxiv.org/abs/2006.06676
Other
4.09k stars 1.16k forks source link

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

Open ebartrum opened 2 years ago

ebartrum commented 2 years ago

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.