From 03a78366241d023b36dd9287414293be56123bf9 Mon Sep 17 00:00:00 2001 From: TAERANG <60762935+taerangi@users.noreply.github.com> Date: Wed, 20 Oct 2021 14:20:07 +0900 Subject: [PATCH] Update main.py --- baseline/main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/baseline/main.py b/baseline/main.py index b9bf629..6ab33b1 100644 --- a/baseline/main.py +++ b/baseline/main.py @@ -436,7 +436,6 @@ def infer(test_path, **kwparser): 'hidden_size' : hidden_size, 'text_max_len' : text_max_len, 'summary_max_len' : summary_max_len, - 'tar_index_to_word' : tar_index_to_word }