From 819011e1a232c9ef3407900f540e08bb0a98bcab Mon Sep 17 00:00:00 2001 From: Eren Golge Date: Wed, 23 May 2018 06:17:48 -0700 Subject: [PATCH] Remove depricated comment --- layers/tacotron.py | 1 - 1 file changed, 1 deletion(-) diff --git a/layers/tacotron.py b/layers/tacotron.py index 4b4326fc..8fffeb81 100644 --- a/layers/tacotron.py +++ b/layers/tacotron.py @@ -209,7 +209,6 @@ class Decoder(nn.Module): in_features (int): input vector (encoder output) sample size. memory_dim (int): memory vector (prev. time-step output) sample size. r (int): number of outputs per time step. - eps (float): threshold for detecting the end of a sentence. """ def __init__(self, in_features, memory_dim, r):