Sayan Biswas

Results 2 comments of Sayan Biswas

@fabsen Thank you for the solution of `log_interval=-1`. I faced the same issue while training in ddp mode on 4x NVidia V100. This was a major hurdle for scalability. Libraries...

Are you using DDP mode? I think in that case, the `log_interval=10` needs to change to `log_interval=-1`. There's a memory leak if I recall correctly. Issue: [486](https://github.com/jdb78/pytorch-forecasting/issues/486)