-
## ❓ Questions/Help/Support
Trying to use the `ignite.distributed` to train a model with DDP. The issue I encounter is that when spawning 3 or processes to run my code, it seems to hang indefinitel…
-
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…
-
**Describe the bug**
When constructing a class that has a deprecated argument and both the new and deprecated argument are passed the construction fails. This may happen, for example, when using othe…
-
## 🐛 Bug description
```
_expand_hostlist('gpu-compute-on-demand-dy-g4dnxlarge-[1-4]')
>
['g4dnxlarge-1', 'g4dnxlarge-2', 'g4dnxlarge-3', 'g4dnxlarge-4']
```
but should be
```
scontrol show…
-
**Describe the bug**
from nightly build, probably a torch 1.5 only issue:
```
======================================================================
ERROR: test_requires_meta_dict (tests.test_te…
-
**Environment:**
1. Framework: (TensorFlow, Spark)
2. Framework version: tensorflow==2.1.0
3. Horovod version: 0.20
4. MPI version: 3.1.2
5. CUDA version: N/A
6. NCCL version: N/A
7. Python ve…
-
## 🐛 Bug description
Currently the `common.setup_common_training_handlers` has the same step for setting up the `ProgressBar` [here](https://github.com/pytorch/ignite/blob/a967d872209b9bf71a8371c8f1f…
-
Run https://github.com/intel/neural-compressor/tree/master/examples/pytorch/nlp/huggingface_models/question-answering/optimization_pipeline/prune_once_for_all/fx script stage:
# for stage 1
python r…
-
**Describe the bug**
The Numpy loader creates the wrong spatial_shape metadata field.
**To Reproduce**
Use this code:
```
import numpy as np
from monai.transforms.io.dictionary import LoadI…
-
## ❓ Questions/Help/Support
Hey guys,
So in master, I observed this new argument has been present since Nov 2020: https://github.com/pytorch/ignite/blob/master/ignite/engine/engine.py#L6…