-
## 🚀 Feature
It would be nice to provide [BYOL](https://arxiv.org/abs/2006.07733) implementation with Ignite. For reference, we can take this repository: https://github.com/lucidrains/byol-pytorch
…
-
### Clear and concise description of the problem
A list of few new features that can make Code Generator super awesome
1. Side by side comparison of pytorch vs ignite code ! So code-generator wo…
-
I am sorry if I missed any existing functionality or documentation on this topic but I could not find anything.
**Is your feature request related to a problem? Please describe.**
SupervisedTrain…
-
## ❓ Questions/Help/Support
logger configured by `setup_tb_logging` warns when a `ConfusionMatrix` metric is attached to the evaluator
```
tensorboard_logger.py:129: UserWarning: TensorboardLogge…
-
Following up on this question: [pytorch/ignite#2441](https://github.com/pytorch/ignite/issues/2441). As mentioned in the comments, It would be great to have an example for using LRScheduler in How-to-…
-
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…
-
## 🐛 Bug description
I am not sure whether it is a bug or a feature:
The `DataParallel` is being applied/patched by `idist.auto_model` in the context of a single gpu (backend=None, nproc_per_nod…
-
## 🚀 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…
-
Hi,
we are wondering about this hard-coded value and especially that it is visible in UI. Specifying `step` value however does not display it anywhere...
https://github.com/allegroai/clearml/bl…
-
### 🐛 Describe the bug
# Precision bug
`nn.Conv3d` has a huge decrease in precision when the kernel size increases from 3 to 5 for input tensors with size > 16. This is true even if `torch.backend…