Skip to content

Conversation

@jimchen90
Copy link
Contributor

This is the encoder block of tacotron2

@codecov
Copy link

codecov bot commented Jul 29, 2020

Codecov Report

Merging #835 into master will decrease coverage by 0.17%.
The diff coverage is 79.06%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #835      +/-   ##
==========================================
- Coverage   89.99%   89.82%   -0.18%     
==========================================
  Files          35       36       +1     
  Lines        2719     2762      +43     
==========================================
+ Hits         2447     2481      +34     
- Misses        272      281       +9     
Impacted Files Coverage Δ
torchaudio/models/_tacotron.py 78.57% <78.57%> (ø)
torchaudio/models/__init__.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f754973...a1619f5. Read the comment docs.


x = x.transpose(1, 2)

input_lengths = input_lengths
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: is this needed?


return outputs

def infer(self, x: Tensor, input_lengths: Tensor) -> Tensor:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's the difference with forward here?

@vincentqb vincentqb mentioned this pull request Aug 4, 2020
@jimchen90 jimchen90 closed this Aug 4, 2020
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

Successfully merging this pull request may close these issues.

2 participants