diff --git a/input_helpers.py b/input_helpers.py index 2fa66e3..a291906 100644 --- a/input_helpers.py +++ b/input_helpers.py @@ -212,7 +212,6 @@ def getTestDataSet(self, data_path, vocab_path, max_document_length): x1 = np.asarray(list(vocab_processor.transform(x1_temp))) x2 = np.asarray(list(vocab_processor.transform(x2_temp))) - # Randomly shuffle data del vocab_processor gc.collect() return x1,x2, y