tchittesh
tchittesh
I believe that line 112 of SJE/sje.py (replicated here) serves to normalize the projected image feature vector before taking its dot product with the class embeddings. `line 112: XW =...
## What does this PR do? Fixes #21264 Before submitting - Was this **discussed/agreed** via a GitHub issue? (not for typos and docs) - [ ] Did you read the...
https://github.com/Lightning-AI/pytorch-lightning/blob/918a1a62635e41b72131fc153920594f0f64cc5b/src/lightning/pytorch/callbacks/progress/tqdm_progress.py#L285-L286 Is this^ a safe implementation for DDP? Based on my understanding, this will lead to the following stack trace, ultimately leading to a sync operation on `ResultMetrics` if certain...