We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
line 152 in trainer_spectre.py
In the paper, batch_size equals to 1. With that, loss_indices equals [], is there any mistakes here?
The text was updated successfully, but these errors were encountered:
Hey, if you check https://github.com/filby89/spectre/blob/master/src/trainer_spectre.py#L111 the original batch is 5 D:
1 x T x 3 x H x W
and then we resize it to:
T x 3 x H x W
so these loss indices actually show that the loss applies to all frames in the sequence but the first two and the last two !
Sorry, something went wrong.
No branches or pull requests
line 152 in trainer_spectre.py
In the paper, batch_size equals to 1. With that, loss_indices equals [], is there any mistakes here?
The text was updated successfully, but these errors were encountered: