-
## š Bug
Scripting functions and classes with initialisation of List, Dict, Tuple fails, if `import typing` is used instead of `from typing import...`: Error "RuntimeError: Unknown type constructorā¦
-
## š Bug
`BatchNorm3d` raises an error related to `cudnn`.
```
RuntimeError: cuDNN error: CUDNN_STATUS_NOT_SUPPORTED. This error may appear if you passed in a non-contiguous input.
```
Thankā¦
-
## š Feature
Idea is to make configurable `Metric`'s reduction/gathering ops. By default, we are using our code, but user can globally override those functions. For example, if uses a custom unsuppā¦
-
Thanks for sharing your codes!
But when I run bash scripts/durecdial_dialog_train.sh. The terminal told me that
![cbbea35da11b573c26a355e219cf871](https://github.com/iwangjian/Color4Dial/assets/ā¦
-
## ā Questions/Help/Support
Hi @vfdev-5 ,
I am writing an ignite handler to write the segmentation metrics of every image into 1 CSV file as the summary, for example:
```
metrics.csv:
/ā¦
-
The behavior of the CutMix transform on labels was changed significantly from v1.3.2 to v1.4.0rc1. This change originates from #7813, in which I have left a comment, but I'm creating an issue to increā¦
-
Dear PyTorch team,
I have developed a custom event handler that would make ignite code (more specifically: MONAI code) accessible to hyperparamer tuning jobs in GCP Vertex AI. It is an Ignite-tifieā¦
-
## š Feature
The number of examples in ignite repository is significantly less as compared to the [pytorch/examples](https://github.com/pytorch/examples) repository. It would be great to have a few mā¦
-
### š Describe the bug
The `Beta(alpha, alpha)` distribution should converge to `Bernoulli(0.5)` as `alpha -> 0`. However, we get a `Dirac(0.5)`, which is what we expect for `alpha -> infty` (last liā¦
-
## š Feature
Hi @vfdev-5 ,
As you may know, PyTorch and MLflow Integration announced last year: https://mlflow.org/news/2020/11/12/pytorch-mlflow-integration/index.html, it works well ā¦