Closed jiangzhengkai closed 4 months ago
Hi, where did you find the training code?
@YuzhiChen001 I implement it in my own training code, you can refer to svd_xtend
@jiangzhengkai Could you give more detailed information about training data ? Is there any download link ?
@jiangzhengkai You need to collect videos by yourself whether from video platforms. As I know, there is no much public high-quality dancing videos.
Hi, in my case, the GPU memory usage already reaches 66GB with 16 frames at 1024 x 576 resolution and all convolutional parts checkpointed. What tricks do you use for training with 72 frames?
More checkpointing on TransformerTemporalModel and TransformerSpatioTemporalModel really helps a lot.