cryonox
Results
2
comments of
cryonox
hello I have found a workaround to this problem by using an external program. hopefully moonlight and sunchine will implemt similar solution natively. https://github.com/cryonox/moonlight_mousesync
maybe try swiching the import order. I found sometimes it work. like this, instead of importing decord first. ```python from torchvision import models from decord import VideoReader ```