-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removes unused
decode_step
in abstract class.
In the pointer-generator RNN abstract class, there is a copy of the LSTM version of the `decode_step` method. This is unreachable because the LSTM and GRU classes that derive from this both override it. We delete it.
- Loading branch information
1 parent
bd6f171
commit a4a7dbf
Showing
1 changed file
with
0 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters