提交 bf91fbfb 编写于 作者: G gaotingquan 提交者: Tingquan Gao

add warning msg

上级 75e12915
# Copyright (c) 2021 PaddlePaddle Authors. All Rights Reserved. # Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved.
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License. # you may not use this file except in compliance with the License.
......
# Copyright (c) 2021 PaddlePaddle Authors. All Rights Reserved. # Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved.
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License. # you may not use this file except in compliance with the License.
...@@ -44,7 +44,7 @@ class CustomLabelDataset(CommonDataset): ...@@ -44,7 +44,7 @@ class CustomLabelDataset(CommonDataset):
super().__init__(image_root, sample_list_path, transform_ops) super().__init__(image_root, sample_list_path, transform_ops)
if self._transform_ops is None and label_key is not None: if self._transform_ops is None and label_key is not None:
label_key = None label_key = None
msg = "" msg = "Unable to get label by label_key when transform_ops is None. The label_key has been set to None."
logger.warning(msg) logger.warning(msg)
self.label_key = label_key self.label_key = label_key
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册