GuyTevet / motion-diffusion-model

The official PyTorch implementation of the paper "Human Motion Diffusion Model"
MIT License
2.95k stars 310 forks source link

Data pre-processing ,Optimisation algorithms for model training #206

Open Jocker9527 opened 1 month ago

Jocker9527 commented 1 month ago

I have two questions: how was the data preprocessing handled? What is the optimisation algorithm used for model training(Or what the optimiser chose )?

GuyTevet commented 3 weeks ago

(1) See https://github.com/EricGuo5513/HumanML3D (2) Adam optimizer