matthias-k/DeepGaze

HTTP Error 300: Multiple Choices when using pretrained DeepGazeIIE,while it works on DeepGazeI

LuZeking opened this issue · 2 comments

Hi, thanks for your awesome code, but when I use the DeepGazeIIE model, "urllib.error.HTTPError: HTTP Error 300: Multiple Choices" raised in the line model = deepgaze_pytorch.DeepGazeIIE(pretrained=True).to(DEVICE), while it works on DeepGazeI instead of DeepGazeIIE.

solved! the torch should download from 'pytorch/vision:v0.10.0' now

For me the issue persists. I am using google colab