-
Should we consider filtering out the frames that come from `ignite`? Whenever there's a bug in my code I have to go through a lot of frames to find where `ignite` trace ends, and my code starts.
I…
-
Hi,
Thank you for sharing us the code. I am using this repo to fine-tune GPT2 model on my conversation dataset. I am using pytorch_transformers to import AdamW, OpenAIGPTDoubleHeadsModel, OpenAIGPT…
-
## 🐛 Bug description
I am using an engine such that it runs a previously undefined number of iterations with an infinite iterator. Epoch will be terminated in the process function with `engine.term…
-
**Describe the bug**
The SoftDiceclDiceLoss implementation is different from Dice loss and in its current form could not be switched with Dice or other popular losses offered. There is no option for …
-
### 🐛 Describe the bug
I used a local function in a pipeline which results in the warning:
> UserWarning: Local function is not supported by pickle, please use regular python function or functools…
-
## 🚀 Feature
TorchSnapshot is a performant, memory-efficient checkpointing library for PyTorch applications, designed with large, complex distributed workloads in mind. It includes many optimizatio…
-
Hi @dmitry-vorobiev
I would like to add your project to https://github.com/pytorch/ignite#others
and optionally even create a working Colab with wandb online logs and generated images by trained …
-
**Describe the bug**
autorunner completes ['dints_0', 'dints_1', 'dints_2', 'dints_3', 'dints_4', 'segresnet2d_0', 'segresnet2d_1', 'segresnet2d_2', 'segresnet2d_3', 'segresnet2d_4'] training and err…
-
Helo dears,
I'm trying to load pre-training mode as bellow code:
```
url = 'https://dl.fbaipublicfiles.com/fasttext/vectors-wiki/wiki.ar.vec'
SRC.build_vocab(train_data, vectors=Vectors('wi…
-
### 🐛 Describe the bug
I am running some small, batch size 1 evaluations at inference, and get the following error with Flex Attention:
```Python
File "/opt/conda/envs/main-env/lib/python3.11/s…