soobin seo

Results 1 issues of soobin seo

Hi again, while I was testing the results, and I found something weird on the code https://github.com/MoyGcc/vid2avatar/blob/main/code/v2a_model.py#L32C1-L48 ``` class V2AModel(pl.LightningModule): def __init__(self, opt) -> None: super().__init__() self.opt = opt num_training_frames...