Philip Meier

Results 337 comments of Philip Meier

Could you build the [`joss-review` branch](https://github.com/a-ws-m/unlockNN/tree/joss-review) on RTD so I don't have to read the raw RST? :innocent:

> If we have reached consensus on everything, I can take over and implement it if you want me to. @VitalyFedyunin In #6647 I redid this PR with all my...

I've contacted the author last week and although I don't have an official confirmation yet, our download tests indicate that the site is back to normal starting Jan 13, 2023...

We yanked the `torchvision < 0.3` releases from PyPI. Meaning, you can still install them explicitly with `pip install torchvision==0.2.2`, but they are excluded from range installs like `pip install...

@vadimkantorov > So if you have a message to pass from the PyTorch team - it's conveniently the right place :) There is no new information otherwise I would have...

@skroon We are not maintaining the conda forge package. Please raise an error to the team that is: https://github.com/conda-forge/torchvision-feedstock I can confirm however that `0.2.2` seems to be missing. ```...

From the top of my head: - [ ] remove `tox` in favor of `doit` - [ ] Fix gallery build in docs - [ ] Only support Python >=...

`torchvision` removed the `model_urls` attribute from their models starting with `torchvision==0.15` https://github.com/pystiche/pystiche/blob/71217c24557dfba05da5795547bf6f3034e7c66f/pystiche/enc/models/alexnet.py#L5 There is a new alternative starting with `torchvision==0.13` that we should adopt. That would push our minimum required...