TypeError: loop of ufunc does not support argument 0 of type Entity which has no callable conjugate method #2077
Unanswered
zhenzi0322
asked this question in
Q&A
Replies: 1 comment 6 replies
-
Hi @zhenzi0322, I think that you need to add schema for the feat = towhee.glob['path']('../tmp/data/01/*.jpg').head(2).image_decode['path', 'img']() \
.image_embedding.timm['img', 'vec'](model_name='resnet50') \
.tensor_normalize['vec', 'vec']().to_list() |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Beta Was this translation helpful? Give feedback.
All reactions