parseq icon indicating copy to clipboard operation
parseq copied to clipboard

Path issues while running in colab

Open Giriteja opened this issue 3 years ago • 1 comments

Hi when I am running the below mentioned example code in colab I am getting path issues at line parseq = torch.hub.load('baudm/parseq', 'parseq', pretrained=True).eval() at _get_config module in utils.py where the below line is creating problem root = PurePath(file).parents[2] the error is saying "No configuration found for parseq' root path is going to python module so unable to find config module by removing purepath then it's working

Giriteja avatar Aug 05 '22 05:08 Giriteja

Tried it both on Colab (new notebook) and local, and it works as expected: image

image

For Colab, make sure you remove old cached files in /root/.cache/torch/hub/baudm_parseq_main

baudm avatar Aug 05 '22 08:08 baudm