Nicolas Hug

Results 102 issues of Nicolas Hug

In a distributed setting, `len(dataloader)` will return: - `len(dataset) // (batch_size * num_GPUs)` if `dataset` is a map-style dataset - `len(dataset) // batch_size` if `dataset` is a datapipe This discrepancy...

Fixes https://github.com/pytorch/hub/issues/297

cla signed

Looks like the ubuntu image got deprecated https://app.circleci.com/pipelines/github/pytorch/hub/1801/workflows/94262fd5-9ba0-47e4-8856-d28e04d65b69/jobs/2242

Closes https://github.com/pytorch/hub/issues/282 Closes https://github.com/pytorch/hub/issues/285

cla signed

Same as https://github.com/pytorch/hub/pull/281 but with appropriate timing Closes https://github.com/pytorch/hub/issues/276

cla signed

Empty PR just to check CI status

cla signed

Meta issue to keep track of what we need to do: - Make sure this is green https://github.com/pytorch/hub/pull/225 - [ ] https://github.com/pytorch/hub/issues/276 - [ ] https://github.com/pytorch/hub/issues/282 - [ ] https://github.com/pytorch/hub/issues/285

With https://github.com/pytorch/pytorch/pull/72060 now merged we'll need to update all the `.md` files. Likely tomorrow when the nightly release hits.

TODO close to the release date. We can use `./upgrade_torchvision.sh v0.13.0`

We'll also have to update the torchvision version in the `.md` files