From 68e6ccf00b6c12d056846adbd78b4c2710a21d10 Mon Sep 17 00:00:00 2001 From: xuyige Date: Mon, 7 Jan 2019 19:29:53 +0800 Subject: [PATCH] delete verbose --- fastNLP/core/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastNLP/core/utils.py b/fastNLP/core/utils.py index e93c95f4..d751fba1 100644 --- a/fastNLP/core/utils.py +++ b/fastNLP/core/utils.py @@ -9,7 +9,7 @@ import numpy as np import torch CheckRes = namedtuple('CheckRes', ['missing', 'unused', 'duplicated', 'required', 'all_needed', - 'varargs'], verbose=False) + 'varargs']) def save_pickle(obj, pickle_path, file_name):