• Stars
    star
    185
  • Rank 200,764 (Top 5 %)
  • Language
    Python
  • Created over 1 year ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Unofficial implementation of Tune-A-Video

Tune-A-Video

Unofficial implementation of Tune-A-Video

step_500_resized

Training

accelerate launch train.py --config config/sample.yml

Notes

  • Learning rate and training steps in the sample config are different from the paper.
  • The model seems to memorize a video clip very quickly. prior_preservation is added for the regularization.
  • Requires > 20GB GPU memory with xformers enabled.

References