You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 31, 2023. It is now read-only.
Which version of pytorch is required to run the code? When I try 0.3.0 I get this attribute error trying to run the interpolate example with downloaded models:
AttributeError: Can't get attribute '_rebuild_tensor_v2' on <module 'torch._utils'>
When I try 0.4 I get a different attribute error:
AttributeError: 'BatchNorm2d' object has no attribute 'track_running_stats'
Presumably it's some version inbetween but I can't work it out.