-
Notifications
You must be signed in to change notification settings - Fork 12
Description
Hi everyone, I'm trying to teach this by running it on google colab using their T4 gpu , which I thought would be great for teaching purposes.
I got casanova working btw , but I am running into issues with cascadia
Here is the errors I am getting, one being that somehow pytorch is getting downgraded? Maybe this doesn't matter? and the other is a utils error
/usr/local/lib/python3.11/dist-packages/torchvision/io/image.py:13: UserWarning: Failed to load image Python extension: '/usr/local/lib/python3.11/dist-packages/torchvision/image.so: undefined symbol: _ZN3c104cuda9SetDeviceEi'If you don't plan on using image functionality from torchvision.io, you can ignore this warning. Otherwise, there might be something wrong with your environment. Did you have libjpeg or libpng installed before building torchvision from source?
warn(
Disabling PyTorch because PyTorch >= 2.1 is required but found 2.0.1
Traceback (most recent call last):
File "/usr/local/bin/cascadia", line 5, in
from cascadia.cascadia import main
File "/content/cascadia/cascadia/cascadia.py", line 11, in
from .utils import *
ModuleNotFoundError: No module named 'cascadia.utils'
any chance you can have a look ?
https://colab.research.google.com/drive/19dJVG-wNrkbWnO0TNc7M_z7WCEzxvQcL?usp=sharing
Cheers
Brett