vfdev

Results 95 issues of vfdev

Fixed few syntax typos in a code snippet --- ## Review the Contributing Guidelines Before submitting a pull request, verify it meets all requirements in the [Contributing Guidelines](https://github.com/donnemartin/system-design-primer/blob/master/CONTRIBUTING.md). ### Translations...

needs-review

Related to #2466 Description: - Ported gpu hvd tests from circleci to GHA

ci

## Improve tests using pytest parametrize The idea is to improve our testing code using [`pytest.mark.parametrize`](https://docs.pytest.org/en/7.1.x/reference/reference.html#pytest-mark-parametrize). Currently some tests are implemented as : ```python def test_something(): def _test(a): # internal...

enhancement
help wanted
good first issue

## 🚀 Feature Taken from [this colab](https://colab.research.google.com/drive/17Xo80swTxcaZsZOKS08GI-LHYHkg5kud) by @EricZimmermann ### Description #### Problem For large tensors, computing AUC metrics over multiple thresholds is exhaustive and slow. For a sufficiently large...

enhancement
module: metrics

## 🚀 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...

enhancement

Description: - Try to build apex images first Failure logs: - https://app.circleci.com/pipelines/github/pytorch/ignite/2530/workflows/d99f08cf-ac0a-4656-8220-a816d506f937/jobs/7740 ``` /lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda/include -I/opt/conda/include/python3.8 -c csrc/mlp_cuda.cu -o build/temp.linux-x86_64-3.8/csrc/mlp_cuda.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options '-fPIC' -O3 -DVERSION_GE_1_1 -DVERSION_GE_1_3...

ci

- https://docs.ray.io/en/master/tune/examples/tune-pytorch-cifar.html

enhancement
help wanted
examples
integrations

Description: - Build docker images on selfhosted GHA

ci

PyTorch-Ignite is a community effort, and everyone is welcome to contribute and join the contributors community no matter your background and skills ! If this is something you would like...

help wanted
good first issue
Hacktoberfest
PyDataGlobal

``` # 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/hostedtoolcache/Python/3.8.12/x64/lib/python3.8/site-packages/markupsafe/__init__.py) ``` -...