提交 d4c40335 编写于 作者: D dengkaipeng

refine comment

上级 e1d61127
......@@ -89,8 +89,10 @@ class Compose(object):
def __call__(self, *data):
for f in self.transforms:
try:
# multi-fileds in a sample
if isinstance(data, Sequence):
data = f(*data)
# single field in a sample, call transform directly
else:
data = f(data)
except Exception as e:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册