Skip to content

Commit

Permalink
Bug Fix (#603)
Browse files Browse the repository at this point in the history
Signed-off-by: Jason <jasoli@nvidia.com>
  • Loading branch information
blisc committed May 1, 2020
1 parent b745f4d commit 73a9ec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nemo/collections/tts/waveglow_modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def output_ports(self):
return {"audio": NeuralType(('B', 'T'), AudioSignal(freq=self.sample_rate))}

def __str__(self):
return "WaveGlowInferNM"
return "WaveGlowNM"

def __init__(
self,
Expand Down

0 comments on commit 73a9ec5

Please sign in to comment.