Closed NicolasDibot closed 1 year ago
Strange. The logger is defined here:
https://github.com/yuval-alaluf/stylegan3-editing/blob/36ce2b4ddab7821586012c1d5fbf737a3ea1c355/inversion/training/coach_restyle_psp.py#L82
This is in the init
of the Coach
class so it should have been initialized. Did you debug to see what happens?
Well, it wasn't there, I added it and it works, thanks.
Hello, thank you for your work.
When running train_restyle_psp.py, with non-human domain flags:
(and data prepared correctly)
I get this error:
Indeed, there doesn't seem to be a logger attribute anywhere. Is there anything I'm doing wrong?