-
After commit [1c46c1f](https://github.com/julien-boudry/Condorcet/commit/1c46c1f2d217315be8d118dc10c78799d7cee27e), various test failures show that various methods are outputting the wrong results in …
-
### Bug description
Hi all,
I recently tried to implement a DeepLabV3 training pipeline. I wanted to use the build-in `torchmetrics.JaccardIndex` as my evaluation metric. My `LightningModule` l…
-
### Bug description
With `precision=32` in the Trainer, a `RuntimeError` occurs after the last `training_step` before optimization. The runtime error appears to be associated with `torch.is_grad_en…
-
1- I can't access the research paper associated with BORDA on the pyDecision website.
2- Is this method the same as BORDA Count ?
3- Why are the alternatives with lowest value ranked first ?
4- If …
-
#### tl;dr
does the approach in the code snippet below look ok, or is there a better alternative for automatically skipping few "bad" samples in the data that cause inf/nan gradients/loss? (is it a g…
-
## 🚀 Feature
First, we are very happy about all your contribution that the community-made so far! Unfortunately, we are getting a bit short :(
Second, we would like to re-ignite this project/repos…
-
## 🐛 Bug
The `QuantizationAwareTraining` can only handle models whose forward signature looks like `forward(data)`. Adding additional positional or keyword arguments breaks the forward propagation.…
-
```yml
cooldown: "&6Atenção: &7Aguarde %time% segundos antes de colocar novamente!"
no_such_command: "&cComando inexistente. Digite /ps ajuda para mais informações"
no_access: "&cVocê não tem permi…
-
## 🐛 Bug
JaccardIndex call fails with M1 mps backend since "aten::bincount" is not currently supported. This happens also when PYTORCH_ENABLE_MPS_FALLBACK=1 is set environment variable.
### …
-
## Proposed refactor
We have tests that fail locally on MPS supported devices because their mocking of CUDA does not extend to MPS. After #13947 landed, the availability check actually works now an…