Nicolas Hug
Nicolas Hug
Thanks for the request and for the PR @yokosyun . We'll try to keep an eye on https://github.com/pytorch/pytorch/issues/116237
> Is it possible to issue this warning only when torchvision.io is imported, not when torchvision is imported? Yes, we should at least *try* to. Since it's slightly different from...
Thanks for offering to help @carlostojal - at this point we have no plan to include these models in torchvision
Thanks for the PR @kevinMEH. I suspect the performance gain coming from removing a single `if` in the forward pass of resnet would be minimal. I'm interested in looking at...
Thanks, let's wait for benchmarks before moving forward with this then. We should also remember that this `if` condition is executed on the CPU, which (hopefully) is running way ahead...
Hi @1andDone , That function is called with `data_loader_test`: https://github.com/pytorch/vision/blob/3fb88b3ef1ee8107df74ca776cb57931fe3e9e1e/references/detection/train.py#L325 which correspond to the "val" part of Coco (the naming might be a bit unfortunate): https://github.com/pytorch/vision/blob/3fb88b3ef1ee8107df74ca776cb57931fe3e9e1e/references/detection/train.py#L44
Thanks for the feature request @adamjstewart . This sounds reasonable, we could add support for `pathlib.Path` where it matters. > we use a lot of utility functions like `download_url` Just...
@mlkimmins thank you for your interest. The main places where we still need to add Pathlib support are: - the public [io stuff](https://github.com/pytorch/vision/tree/main/torchvision/io) in particular `read_file`, `read_image`, `write_*`. You can...
hi @mlkimmins , I'm curious if you had a chance to submit a PR for this yet? If not, I might have to take care of it myself if you...
Closed by https://github.com/pytorch/vision/pull/8314 and https://github.com/pytorch/vision/issues/8120, thanks for opening the issue @adamjstewart