Merge branch 'tmp' into 1048

pull/1048/head
huangyuxin 4 years ago
commit aecb5f567c

@ -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:

Loading…
Cancel
Save