-
We would like to setup GitHub Actions CI and tests scripts for installation of Docker and Nvidia drivers :
- https://github.com/pytorch-ignite/aws-parallel-cluster-slurm/blob/master/packer/install_…
-
The following occured when using molgrid with pytorch. When I set all of my pytorch tensors to `cuda:1` I get an error when running `gridmaker.forward`
> gmaker.forward(batch_1, input_tensor_1,random…
-
**Describe the bug**
When trying to import get_act_layer using 'from monai.networks.layers import get_act_layer' I get an error which I am unable to solve or find the reason for: ImportError: cannot …
-
Currently, we are manually updating versionadded/versionchanged for each v0.4.X release:
- https://github.com/pytorch/ignite/commit/eee8dc5159eaec741d677c8a6db9f7ba00d50afa
- https://github.com/pyto…
-
I really looked at issues and googled the question but couldn't find anything I could use so here goes.
I'm porting some code from vanila pytorch to Ignite, and have a CIFAR10 classifier.
Every en…
-
Using iOS safari, some code cells rendering problems appear. The font size seems not coherent.
Some screenshots below
![image](https://user-images.githubusercontent.com/10013598/131786191-208df25d-…
-
**Describe the bug**
I create multi-channel images (e.g. two channels with T1, T2) using itk.compose_image_filter and save to a nifty file.
- When I load this image using the default `LoadImage` the…
-
I was trying to benchmark `torch.inference_mode` vs `torch.no_grad` on CIFAR10 example, so I just wanted to run for 3 epochs and average the benchmarks, the default warmup epochs is 4, so the schedule…
-
Add `weight` in frontmatter of how to guides and tutorials pages. It could allow Hugo to sort the order of appearance.
See: https://gohugo.io/templates/lists#by-weight
TLDR; Lower number get hig…
-
## 🐛 Bug description
The import line in the docs for RougeN docstring [here ](https://pytorch.org/ignite/generated/ignite.metrics.RougeN.html#ignite.metrics.RougeN) `from ignite.metrics.rouge import …