From 74f11ba59a40ef92b5234a374dc8dadd5d16961d Mon Sep 17 00:00:00 2001 From: ranqiu Date: Thu, 30 Nov 2017 22:55:31 +0800 Subject: [PATCH] delete obsolete annotations of conv_seq2seq --- conv_seq2seq/beamsearch.py | 1 - 1 file changed, 1 deletion(-) diff --git a/conv_seq2seq/beamsearch.py b/conv_seq2seq/beamsearch.py index 22318c29..72fb59d4 100644 --- a/conv_seq2seq/beamsearch.py +++ b/conv_seq2seq/beamsearch.py @@ -11,7 +11,6 @@ import reader class BeamSearch(object): """ Generate sequence by beam search - NOTE: this class only implements generating one sentence at a time. """ def __init__(self, -- GitLab