From 1dbb29db8c10669c3795d106aee0b2cda76dd273 Mon Sep 17 00:00:00 2001 From: yang0000001 Date: Thu, 1 Apr 2021 20:37:33 +0800 Subject: [PATCH] =?UTF-8?q?update=20fastNLP/core/callback.py=20=5Ftransfer?= =?UTF-8?q?=20=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fastNLP/core/callback.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastNLP/core/callback.py b/fastNLP/core/callback.py index 9830ff1e..11f9986d 100644 --- a/fastNLP/core/callback.py +++ b/fastNLP/core/callback.py @@ -300,7 +300,7 @@ class Callback(object): def _transfer(func): - r"""装饰器,将对CallbackManager的调用转发到各个Callback子类. + r"""装饰器,将对CallbackManager的调用转发到各个Callback实例. :param func: :return: -- Gitee