@hottea, I'm getting the same issue as @ioctl on the following tests after a full Arch update last night:
FAILED test/test_image.py::ImageTester::test_decode_image - AssertionError: False is not true
FAILED test/test_image.py::ImageTester::test_decode_jpeg - AssertionError: False is not true
FAILED test/test_image.py::ImageTester::test_encode_jpeg - AssertionError: False is not true
FAILED test/test_image.py::ImageTester::test_write_jpeg - AssertionError: b'\xf[2208 chars]e6\xa6\x87\xc2\x0c\xaa\xcc\xd9\xe4\xfd\xe3\x82[170942 chars]\xd9' != b'\xf[2208 chars]e6\xa7\x0f\xf0\x83*\xb36y?x\xe0\x92rI\xc9\xa9\[171701 chars]\xd9'
Pinned Comments
hottea commented on 2020-05-02 09:00
You could install python-torchvision or python-torchvision-cuda from ArchLinux CN repo. I have no plan to provide two
PKGBUILD
forpytorch-torchvision
andpython-torchvision-cuda
. However, pull request is welcome.