Closed losredoe132 closed 2 years ago
wandb-callbacks
haven't been maintained for a while and it might not work correctly with recent lightning and hydra releases.
Have you trained using the main
branch?
I'm preparing new release and will fix the callbacks when it's ready https://github.com/ashleve/lightning-hydra-template/issues/308
So i managed to get it working using a fresh conda environment: torch==1.10.0 with CUDA10.2 pytorch-lightning==1.6.4 wandb == 0.12.17
I doesnt check if all the callbacks work properly but my initial problem is solved. Thank you for your help!
Hi there, thank you for this powerful template! I run into a problem while trying to use wandb as logger I used the wandb-callbacks branch and after
python train.py logger=wandb
i get (cancelled by user after 130 iterations cause wandb login does not appear)(Note the last line)
Changing
logger: wandb
in train.yaml does not work either. I'm a bit confused because i had it working once before but just don't know what to do anymore. I tried out different conda envs with different torch and pl versions. Does anyboady have an idea?pip list