'using fork repo in google colab
I am trying to change models in torchvision models to add an argument to be able to vary the size of the model. So I made a fork of the pytorch/vision repo, where I changed the code in a model. Then cloned the changed repo from my github (in google colab). But I am struggling to access the cloned repo: When simply trying: from vision import torchvision as new_tv it gets the already existing vision package from /usr/local/lib/python3.7/dist-packages/torchvision instead of the new changed vision.
How can I access my new cloned repo module vision (preferably without replacing the actual torchvision)?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
