Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
corrected a bug is super :: AnnotatorGRU
  • Loading branch information
HeshamElAbd authored Nov 2, 2019
1 parent e73407b commit 1b28281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Models/EncoderModels.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ def __init__(self,embedding_dim,
the last dense layer, for example Relu or sigmoid, default
is None.
"""
super(Annotator,self).__init__()
super(AnnotatorGRU,self).__init__()

self.return_attent_weights=return_attent_weights

Expand Down

0 comments on commit 1b28281

Please sign in to comment.