-
-
Notifications
You must be signed in to change notification settings - Fork 51
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
Encoder and Decoder #117
Encoder and Decoder #117
Conversation
for more information, see https://pre-commit.ci
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #117 +/- ##
===========================================
- Coverage 79.57% 68.02% -11.56%
===========================================
Files 13 29 +16
Lines 426 1354 +928
===========================================
+ Hits 339 921 +582
- Misses 87 433 +346 ☔ View full report in Codecov by Sentry. |
noise_levels (torch.Tensor): the noise level used for corruption. | ||
""" | ||
# check shapes. | ||
self._check_shapes(corrupted_targets, prev_inputs, noise_levels) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i like this
Pull Request
Description
This PR implements the changes discussed in #113