-
## 🚀 Feature - Livelossplot logger
The logger that is similar to Neptune, W&B, tensorboard loggers available in Ignite.
livelossplot:
[https://github.com/stared/livelossplot](url)
ig…
-
Our project code coverage start to decrease with new features and reworked tests. We are now ~95% but were 96% recently and around ~98% the last year...
The idea is to identify the uncovered parts …
-
```
# Imported here because that's where it was in the past
> from markupsafe import Markup, escape, soft_unicode
E ImportError: cannot import name 'soft_unicode' from 'markupsafe' (/opt/ho…
-
when I try to use this repo to run the AMI dataset , I got this error ,can you help me?
My command is:
`python train_model.py --trainer --train-inputs /home/workspace/IdeaProjects/word2sentExtra…
-
## 🚀 Feature
The idea is to provide a debug mode as discussed here: https://github.com/pytorch/ignite/issues/1989#issuecomment-833643158.
All the possible options can be discussed here. We could add…
-
## 🐛 Bug description
As mentioned in this [issue](https://github.com/Project-MONAI/MONAI/issues/2080) in MONAI, I tried to run [this tutorial code](https://github.com/Project-MONAI/tutorials/blob/mas…
-
## 🚀 Feature
Following https://github.com/pytorch/ignite/issues/1709, Ignite is not supporting other modern types of parallelism.
The idea is to introduce the following API to make `ignite.distr…
-
Following the discussion from https://github.com/pytorch/ignite/issues/466#issuecomment-478339986 it would be nice to have such metric in Ignite.
In the context of a multilabel task, compute a top-…
-
Hi,
I encountered a problem when using your code.
here is the command I used:
```
python script_bin/train_model.py \
--trainer --train-inputs cnn-dailymail/inputs/train \
--train-labels …
-
## 🚀 Feature
Following https://github.com/pytorch/ignite/pull/1700#issuecomment-787151203 we would like to improve `EpochMetric` by supporting more output types returned by `compute_fn`:
- EpochMe…