MotionGPT icon indicating copy to clipboard operation
MotionGPT copied to clipboard

Stage1 training crashes on eval - continued

Open kruzel opened this issue 2 years ago • 5 comments
trafficstars

hi, thanks for a very interesting paper and supporting code. I'm trying to run training, but fail. image

I tried to create the dataset few times, but it didn't help. dataset preparation looks ok, here are the results: image

kruzel avatar Sep 21 '23 15:09 kruzel

succeeded to fix it by adding isnan checks in mGPT/metrics/utils.py in all scipy.linalg.norm inputs. if isnan return 0

kruzel avatar Sep 21 '23 17:09 kruzel

but now results looks like this, is that normal? image

kruzel avatar Sep 21 '23 17:09 kruzel

same issue.

Spark001 avatar Nov 30 '23 03:11 Spark001

Where do we have to place the HumanML3D dataset to get started on the training?

image

I am getting this error while training

succeeded to fix it by adding isnan checks in mGPT/metrics/utils.py in all scipy.linalg.norm inputs. if isnan return 0

Add the NAN check to the .npy files instead. Then remove them from all the folders and .txt files.

This should fix the issue.

zybermonk avatar Jan 22 '24 14:01 zybermonk