From 3b0e5e0634457436044fc6cd0669a7ec94412ada Mon Sep 17 00:00:00 2001 From: yh_cc Date: Sat, 28 Mar 2020 21:40:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9A=B4=E9=9C=B2=E6=9B=B4=E5=A4=9A=E5=86=85?= =?UTF-8?q?=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fastNLP/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fastNLP/__init__.py b/fastNLP/__init__.py index ce68d5f3..85b9831e 100644 --- a/fastNLP/__init__.py +++ b/fastNLP/__init__.py @@ -69,6 +69,8 @@ __all__ = [ "BCELoss", "NLLLoss", "LossInForward", + "LossBase", + "CMRC2018Loss", "cache_results",