Inception v3 taking too long to load

Inception v3 is taking a lot of time to load compared to other torchvision models. Is there any bug?
using torchvision 0.4.2

Yes, it’s a known bug and here is the corresponding bug.
You should be able to pass init_weights=False in the nightly binaries to bypass the scipy issue.

1 Like