Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

About code #6

Open
JYC1012 opened this issue Nov 17, 2024 · 1 comment
Open

About code #6

JYC1012 opened this issue Nov 17, 2024 · 1 comment

Comments

@JYC1012
Copy link

JYC1012 commented Nov 17, 2024

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

@exitudio
Copy link
Owner

exitudio commented Nov 22, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants