Aleksei Rutkovskii
Aleksei Rutkovskii
Regarding _Skillful Precipitation Nowcasting Using Deep Generative Models of Radar_: Hi, I haven't analyzed the data yet, so I'm unsure of its format. Often, such datasets contain weather snapshots, which...
## Describe the bug I am trying to run the `./train/run.py`. I have several issues: 1. I had to update the ``` trainer = Trainer( max_epochs=1000, logger=wandb_logger, callbacks=[model_checkpoint], gpus=6, precision=32,...
# Pull Request ## Description Fixes # 1 Removed ``` if isinstance(trainer.logger, LoggerCollection): for logger in trainer.logger: if isinstance(logger, WandbLogger): return logger ``` because pytorch_lightning does not have LoggerCollection anymore....