vfdev

Results 95 issues of vfdev

Fixes #4880 Description: - Added temporary fix for channels-last-like tensors for Resize op Benchmarks: [code](https://gist.github.com/vfdev-5/8c26a109d7718035162a6d5d138b5499) - Upsampling 64 -> 224, x2 | x3 speed up for `PTH->DType->Resize (64->224) ->Norm` ```...

cla signed
ciflow/default

Hello, I wonder if it would be possible to create a smaller opencv3 dependency, instead of the present one. I needed to install `rgbd_launch` package, ros kinetic version, but when...

wontfix

Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * __->__ #96848 * #96847 ## Description - Based on https://github.com/pytorch/pytorch/pull/96651 - Improved perfs for vectorized interpolate uint8 RGB-case - unified RGB and RGBA...

module: cpu
module: vision
open source
module: interpolation

Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * #96848 * __->__ #96847 - code style update - use idx_ptr_xmin/idx_ptr_size instead of bounds - compute wt_max inside _compute_indices_weights_aa (no significant overhead) -...

module: cpu
module: vision
open source
module: interpolation
topic: not user facing

I'm trying to build neolink on MacOSX and `cargo build` fails with the following error: ``` Compiling neolink v0.4.0 (.../neolink) error: linking with `cc` failed: exit status: 1 | =...

Reported in this issue: https://github.com/pytorch/ignite/issues/3189#issuecomment-1902560344 Repro code: ```python from ignite.engine import Engine, Events max_epochs = 4 dataset = range(10) def training_step(engine, _): print(f"- {engine.state.epoch} / {engine.state.max_epochs} | {engine.state.iteration}") print(f"- batch:...

bug
module: engine

Description: - Use `distributed` fixture in tests Check list: - [ ] New tests are added (if a new feature is added) - [ ] New doc strings: description and/or...

Description: - Auto dataloader enable persistent workers Check list: - [x] New tests are added (if a new feature is added) - [ ] New doc strings: description and/or example...

module: distributed

## 🚀 Feature https://scikit-learn.org/stable/modules/generated/sklearn.metrics.balanced_accuracy_score.html#sklearn.metrics.balanced_accuracy_score https://scikit-learn.org/stable/modules/model_evaluation.html#balanced-accuracy-score

enhancement
module: metrics

## 🚀 Feature There can be use-cases when we would like to get trainer's epoch/iteration or/and other items from `trainer.state`. Let's propose an API such that we could get easily...

enhancement
help wanted
needs-discussion
Hacktoberfest