ranahanocka / MeshCNN

Convolutional Neural Network for 3D meshes in PyTorch
MIT License
1.61k stars 320 forks source link

setting an array element with a sequence #162

Open tyla881 opened 6 months ago

tyla881 commented 6 months ago

File "<__array_function__ internals>", line 200, in savez_compressed File "D:\software\anaconda\Lib\site-packages\numpy\lib\npyio.py", line 686, in savez_compressed _savez(file, args, kwds, True) File "D:\software\anaconda\Lib\site-packages\numpy\lib\npyio.py", line 716, in _savez val = np.asanyarray(val) ^^^^^^^^^^^^^^^^^^ ValueError: setting an array element with a sequence. The requested array has an inhomogeneous shape after 1 dimensions. The detected shape was (1880,) + inhomogeneous part.

Who also encounters this issue,Does anyone know how to solve it?Thx

Vector42-rev commented 2 weeks ago

Even i'm getting this error while trying to run the train.py file