BAMM icon indicating copy to clipboard operation
BAMM copied to clipboard

About code

Open JYC1012 opened this issue 1 year ago • 1 comments

Hello, I am very interested in your work. Do you have any plans to open source training code?

JYC1012 avatar Nov 17 '24 14:11 JYC1012

Thank you for your interest in our work. I did not clean the code for training yet. But I already put the raw code in the repo. Here is the command:

conda activate momask
python train_t2m_transformer.py \
    --name training_name \
    --gpu_id 0 \
    --dataset_name t2m \
    --milestones 50000 80000 \
    --batch_size 512 \
    --max_epoch 2000 \
    --vq_name 2024-05-13-20-41-19_100_8192x32_reset5 \
    --trans official

I didn't test it so there may be some issues. Note that Stage 1 (VQ-VAE) and the Refinement stage (Residual) can be used from the MoMask pre-trained model.

exitudio avatar Nov 22 '24 18:11 exitudio