cocoli

Results 2 comments of cocoli

> > @Yawningx I asked the authors of HumanML3D for the zipped dataset and then unzipped `texts.zip`. > > For me it worked, while for the second problem there is...

> I found this is due to the multi-GPU during training. Change > > https://github.com/OpenMotionLab/MotionGPT/blob/fac297260a0e7138ce04f8b41c2e7b24e1f09a9a/mGPT/metrics/t2m.py#L76 > > > to > `self.add_state("recmotion_embeddings", default=[], dist_reduce_fx="cat")` > and > https://github.com/OpenMotionLab/MotionGPT/blob/fac297260a0e7138ce04f8b41c2e7b24e1f09a9a/mGPT/metrics/t2m.py#L134-L135 > > >...