Torchvision._internally_replaced_utils

Hi @fmassa
What’s the plan behind this?
from torchvision.models.utils import load_state_dict_from_url
moved to
from torchvision._internally_replaced_utils import load_state_dict_from_url

regards!

My guess based on this comment and this PR would be that an internal load_state_dict_from_url method is needed and is thus prefixed with the _.

1 Like