Ailing Zhang

Results 53 comments of Ailing Zhang

Hi @zhanghang1989, I had to disable resnest models in pytorch/hub for now https://github.com/pytorch/hub/pull/198 since the model weights are no longer available. A possible workaround is if less than 2GB, it’s...

Hmmm I can confirm your script(which is in the webpage) works for me both locally and it passed CI. Are you on latest torchvision and torch release btw?

Hi @soldier828 could you paste your env here, like python version and how to repro? The script runs for me, and `putpalette` does take sequence. https://pillow.readthedocs.io/en/4.1.x/reference/Image.html#PIL.Image.Image.putpalette

Hi @faroit , thanks for the proposal! You might have also noticed that we use cached folder if there's one in `~/.cache/torch/` and you don't `force_reload=True`, which prefixed checkpoint do...

@snakers4 Good point! btw we have documented a similar behavior in https://pytorch.org/docs/stable/hub.html#known-limitations which is a variant of issue raised here. We might be able to put proper scope when we...

@mateuszbuda would you mind taking a quick look? Thanks!

@nlothian Hub provides a way to pin to a specific release branch by `hub.load('pytorch/vision:v0.4.0')` so that it works with older version of Pytorch. We're planning to add some version information...

@nlothian It's not documented I think. Try 0.4.0 or 0.3.0? cc: @fmassa @soumith It might be worth documenting on pytorch/vision which version of pytorch it is compatible. We definitely recommend...

Hi @addisonklinke, would you mind trying again with `torch` version `>=1.3.0`? Hub always keeps up with the latest pytorch release. I just tried locally and it worked for me.

Thanks for the report! I'll take a look there soon!