Open WaterKnight1998 opened 4 years ago
Related: #2115
Related: #2115
How can i get pytorch getting updated with that addition???
Depends on how you have installed torchvision
in the first place:
If you have installed from a pre-built binary with pip
or conda
you can't get this right now. If #2115 is merged you can install the nightly
versions.
If you have installed from source you can simply perform the fix yourself locally and built afterwards. You can also clone from the fork / branch the author used for his PR and build from that. If you do that keep in mind that you will only get updates if the author keeps his fork up to date.
It looks like #2115 would fix this, is that correct?
It looks like #2115 would fix this, is that correct?
I tried installing from his pull and I got the exact same error!
@vincentqb
It looks like #2115 would fix this, is that correct?
In the current state probably not. As @fmassa has stated in https://github.com/pytorch/vision/pull/2115#issuecomment-617193790 this will require more work.
I see, thanks for pointing out the comment :)
🐛 Bug
I tried to obtain a deeplabv3_resnet34 version based on the code that you are using for getting the resnet50 and resnet101 version
To Reproduce
Expected behavior
I expected it to being created correctly. However, it throws the next error:
cc @vfdev-5