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

Add Movie Gen #783

Open
wants to merge 124 commits into
base: master
Choose a base branch
from
Open

Add Movie Gen #783

wants to merge 124 commits into from

Conversation

hadipash
Copy link
Collaborator

What does this PR do?

Fixes # (issue)

Adds # (feature)

Before submitting

  • This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case).
  • Did you read the contributor guideline?
  • Did you make sure to update the documentation with your changes? E.g. record bug fixes or new features in What's New. Here are the
    documentation guidelines
  • Did you build and run the code without any errors?
  • Did you report the running environment (NPU type/MS version) and performance in the doc? (better record it for data loading, model inference, or training tasks)
  • Did you write any new necessary tests?

Who can review?

Anyone in the community is free to review the PR once the tests have passed. Feel free to tag
members/contributors who may be interested in your PR.

@xxx

hadipash and others added 5 commits January 3, 2025 10:21
# Conflicts:
#	examples/moviegen/README.md
#	examples/moviegen/configs/tae/train/mixed_256x256x16.yaml
#	examples/moviegen/configs/tae/train/mixed_256x256x32.yaml
#	examples/moviegen/docs/report.md
#	examples/moviegen/mg/models/tae/tae.py
#	examples/moviegen/scripts/args_train_tae.py
#	examples/moviegen/scripts/run/run_train_tae.sh
#	examples/moviegen/scripts/train_tae.py
# Conflicts:
#	examples/moviegen/docs/report.md
Copy link
Collaborator

@SamitHuang SamitHuang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there are 7 scripts in the top folder (train.py, train_tae.py, inferecne_text_enc.py...), which is unlike previous case using a unified train.py/infer.py as the only entrance. So I would suggest put them in scripts/ folder to keep the top code structure clean

Comment on lines +8 to +10
Meta researchers found that scaling the training data, compute, and model parameters of a simple
Transformer-based ([LLaMa3](https://arxiv.org/abs/2407.21783)) model trained with
[Flow Matching](https://arxiv.org/abs/2210.02747) yields high quality generative models for video or audio.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i think it's better to delete this paragraph to keep the README concise.

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

Successfully merging this pull request may close these issues.

5 participants