Zola
Zola
**Describe the bug** when `z-index` is not specified, elements are rendered on top of the other, the way they are placed in the document flow. But when `z-index` is specified,...
**Describe the bug** In some cases, color is not inherited: - explicit inheritance for links, using `{color: 'inherit'}` in the style prop of a `Link` element - in SVG, when...
Hi, I noticed the `unfold` operator was missing on MaskedTensor. I tested that my change works when calling unfold and backward on a `MaskedTensor` but I didn't find the tests...
## 🐛 Bug description When summoning a slurm step with multiple tasks assigning GPUs with the `--ntasks-per-gpu` flag instead of the `--ntasks-per-node` as it seems it was intended, ignite uses...
### Checklist - [X] I added a descriptive title - [X] I searched open requests and couldn't find a duplicate ### What is the idea? Add an error message if...
**Describe the bug** A `ResourceWarning`warning is raised by python as a temporary file seems not to be cleaned properly when importing Monai. **To Reproduce** 1. ```sh conda create -n monai-env...
**Describe the style change** I found a behavior that seems inconsistant when expressions are chained with operators. I feel like the most readable solution is to break on the operators...
Fixes #3294 Description: Adds support for `Mapping` metrics in loggers Check list: - [ ] New tests are added (if a new feature is added) - [ ] New doc...
## 🚀 Feature The request would be to add the logging of `Mapping` metrics in the logging framework. The `ignite.metrics.Metric` class supports the use of `Mapping` metrics as we can...