提交 aecb5f56 编写于 作者: H huangyuxin

Merge branch 'tmp' into 1048

...@@ -26,8 +26,8 @@ class BaseExecutor(ABC): ...@@ -26,8 +26,8 @@ class BaseExecutor(ABC):
""" """
def __init__(self): def __init__(self):
self.input = None self._inputs = dict()
self.output = None self._outputs = dict()
@abstractmethod @abstractmethod
def _get_pretrained_path(self, tag: str) -> os.PathLike: def _get_pretrained_path(self, tag: str) -> os.PathLike:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册