-
Currently we are rendering our examples in the docs like this https://pytorch.org/ignite/generated/ignite.engine.engine.Engine.html#ignite.engine.engine.Engine which is not very neat.
What we want to…
-
**Describe the bug**
When I load a NRRD file, the array is not in the right orientation according to the affine. Here is the text header of the NRRD file.
```
NRRD0004
# Complete NRRD file format …
-
## 🐛 Bug description
When using the ProgressBar handler for both my train and my evaluation engine
`train_pbar = ProgressBar()
train_pbar.attach(train_engine)
eval_pbar = ProgressBar(desc="Evaluat…
-
### Clear and concise description of the problem
If going to any unexpected url e.g. `https://code-generator.pytorch-ignite.ai/test`, we see a blank page.
Let's show a 404 page ?
### Suggest…
-
**Is your feature request related to a problem? Please describe.**
Currently, manual work (copy/paste code) is required for a MONAI developer to create a MONAI Deploy App. That is, there is no comm…
-
**Describe the bug**
When I am launching training job for Cascade Mask RCNN on 8 GPU (or >1 GPU) I am facing error before training starts.
My dataset works perfectly for a single GPU.
**Reproduct…
-
**Describe the bug**
Pre-existing labels will not be imported if the file extension differs from the file extension of the corresponding image.
**To Reproduce**
Steps to reproduce the behavior:
…
-
## 🐛 Bug
I have a dummy model used to test if Embedding Bag is compatible with ONNX or not. The model takes one sparse input for Embedding Bag and one tensor of 2 dim (test both usage).
I tried exp…
-
### Describe the bug
Nav bar became too large in 404 page and covered the h1 title.
![Screen Shot 2021-10-05 at 10 45 05](https://user-images.githubusercontent.com/32727188/135959131-b9e44f16-e9…
-
The idea is to make a new beginner-level NLP tutorial combining this [transformers example](https://github.com/pytorch/ignite/tree/master/examples/contrib/transformers) and this [Text CNN notebook](ht…