arah-release icon indicating copy to clipboard operation
arah-release copied to clipboard

What is the lightning_logs?

Open sunwonlikeyou opened this issue 2 years ago • 2 comments

There is no lightning_logs with my custom data. How can I get??

sunwonlikeyou avatar Oct 26 '22 10:10 sunwonlikeyou

The folder should be empty

taconite avatar Oct 26 '22 10:10 taconite

Dose that means it isn't necessary to use them to render images with my custom trained models?

sunwonlikeyou avatar Oct 26 '22 11:10 sunwonlikeyou

It's some dummy logging directory created with test.py - the reason is that when running test.py for the demo, I do not use WandbLogger as the logger for PyTorch lightning, as it is too troublesome for users to register wandb if they only want to run the demo. Somehow PyTorch lightning's default logger creates a lightning_logs folder, maybe with some automatically generated content, but it was never actually used so you can just ignore it.

For train.py/validate.py the logs are stored in ${model_dir}/wandb

taconite avatar Nov 02 '22 18:11 taconite