Open Stvchm9703 opened 3 months ago
device = torch.device("cpu")
Although I use python=3.10, but the numpy still cannot downgrade as <=1.15. Hence I use the numpy>=1.26, <2 as baseline, to fix the mismatching issue
numpy>=1.26, <2
tools/npy2bvh/common/quaternion.py
tools/npy2bvh/visualization/Animation.py
numpy.core.umath_tests.matrix_multiply
numpy.matmul
added for motionGPT
device = torch.device("cpu")
)modified for numpy
Although I use python=3.10, but the numpy still cannot downgrade as <=1.15. Hence I use the
numpy>=1.26, <2
as baseline, to fix the mismatching issuetools/npy2bvh/common/quaternion.py
tools/npy2bvh/visualization/Animation.py
numpy.core.umath_tests.matrix_multiply
tonumpy.matmul