stylegan2-pytorch
stylegan2-pytorch copied to clipboard
logging the losses
Hi
Thanks for the amazing work! Is there any way I could look at the logged losses?
Regards Harsh
@harsh-agarwal hi! sure! I was thinking perhaps an integration with https://github.com/aimhubio/aim ?
@harsh-agarwal would just the G and D losses be good enough for you to begin with?
yes! May be just G, D and GP.
PS: I don't see PL in my logs am I doing something wrong?
PL kicks in around 5000 steps (at least, it should)
I'll see what I can do!
https://github.com/lucidrains/stylegan2-pytorch/tree/1.5.0#logging-to-experiment-tracker let me know if that works for you! @harsh-agarwal