未验证 提交 2591076c 编写于 作者: J Jiangxinz 提交者: GitHub

fix undef var (#34048)

* fix undef var

* fix undef var
上级 4b888f67
......@@ -12,8 +12,13 @@
# See the License for the specific language governing permissions and
# limitations under the License.
import logging
import math
import numpy as np
from ....log_helper import get_logger
_logger = get_logger(
__name__, logging.INFO, fmt='%(asctime)s-%(levelname)s: %(message)s')
__all__ = ['cal_kl_threshold']
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册