Yunfei Liu
Yunfei Liu
Great job! Are there some demos or code snippets for training a GAN? Many thanks
Hi, Recently I'm trying to repeat the training part of `audio2feature`, could u please share more details about the dataset construction, e.g., the duration of each clip, and the overlap...
[Here](https://github.com/YadiraF/DECA/blob/2d8864b34120d5a2c608dbce9aa5eec76e90cef9/decalib/models/FLAME.py#L158) ```py batch_size, num_verts = vertices.shape[:dd2] => batch_size, num_verts = vertices.shape[:2] ```