parseq
parseq copied to clipboard
Path issues while running in colab
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
Tried it both on Colab (new notebook) and local, and it works as expected:

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