Remove depricated comment

This commit is contained in:
Eren Golge 2018-05-23 06:17:48 -07:00
parent 0f933106ca
commit 819011e1a2
1 changed files with 0 additions and 1 deletions

View File

@ -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):