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

Question about self.lambda_v #11

Open
dx199771 opened this issue Aug 17, 2024 · 0 comments
Open

Question about self.lambda_v #11

dx199771 opened this issue Aug 17, 2024 · 0 comments

Comments

@dx199771
Copy link

Hello, I am reimplementing your dance revolution code. I found that in your config file, you set lambda_v to 0.01. In that case, all your mask in training forward become 1 in a 40 epochs setting, and there is no prediction_mask at all. Could you tell me the purpose of doing this? Thank you

groundtruth_mask = torch.ones(seq_len, self.condition_step)
prediction_mask = torch.zeros(seq_len, int(epoch_i * self.lambda_v)) this line
mask = torch.cat([prediction_mask, groundtruth_mask], 1).view(-1)[:seq_len] # for random

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

No branches or pull requests

1 participant