We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
现在出现这个问题,不知道什么原因。
INFO: 120.41.130.97:0 - "POST /milvus/img/add HTTP/1.1" 200 OK 2023-06-30 22:35:32,957 - 140409145370432 - _builder.py-_builder:182 - INFO: Loading pretrained weights from Hugging Face hub (timm/resnet50.a1_in1k) 2023-06-30 22:35:32,957 | INFO | _builder.py | load_pretrained | 182 | Loading pretrained weights from Hugging Face hub (timm/resnet50.a1_in1k) 2023-06-30 22:35:32,960 - 140409145370432 - connectionpool.py-connectionpool:973 - DEBUG: Starting new HTTPS connection (1): huggingface.co:443 2023-06-30 22:35:33,335 - 140409145370432 - _hub.py-_hub:180 - INFO: [timm/resnet50.a1_in1k] Safe alternative available for 'pytorch_model.bin' (as 'model.safetensors'). Loading weights using safetensors. 2023-06-30 22:35:33,335 | INFO | _hub.py | load_state_dict_from_hf | 180 | [timm/resnet50.a1_in1k] Safe alternative available for 'pytorch_model.bin' (as 'model.safetensors'). Loading weights using safetensors. 2023-06-30 22:35:33,870 - 140409145370432 - reverse_image_search_main.py-reverse_image_search_main:85 - ERROR: init() missing 3 required positional arguments: 'height', 'channel', and 'mode' 2023-06-30 22:35:33,870 | ERROR | reverse_image_search_main.py | upload_images | 85 | init() missing 3 required positional arguments: 'height', 'channel', and 'mode'
Originally posted by @TankTim68 in #4 (comment)
The text was updated successfully, but these errors were encountered:
pip install towhee==0.8.0
Sorry, something went wrong.
No branches or pull requests
INFO: 120.41.130.97:0 - "POST /milvus/img/add HTTP/1.1" 200 OK
2023-06-30 22:35:32,957 - 140409145370432 - _builder.py-_builder:182 - INFO: Loading pretrained weights from Hugging Face hub (timm/resnet50.a1_in1k)
2023-06-30 22:35:32,957 | INFO | _builder.py | load_pretrained | 182 | Loading pretrained weights from Hugging Face hub (timm/resnet50.a1_in1k)
2023-06-30 22:35:32,960 - 140409145370432 - connectionpool.py-connectionpool:973 - DEBUG: Starting new HTTPS connection (1): huggingface.co:443
2023-06-30 22:35:33,335 - 140409145370432 - _hub.py-_hub:180 - INFO: [timm/resnet50.a1_in1k] Safe alternative available for 'pytorch_model.bin' (as 'model.safetensors'). Loading weights using safetensors.
2023-06-30 22:35:33,335 | INFO | _hub.py | load_state_dict_from_hf | 180 | [timm/resnet50.a1_in1k] Safe alternative available for 'pytorch_model.bin' (as 'model.safetensors'). Loading weights using safetensors.
2023-06-30 22:35:33,870 - 140409145370432 - reverse_image_search_main.py-reverse_image_search_main:85 - ERROR: init() missing 3 required positional arguments: 'height', 'channel', and 'mode'
2023-06-30 22:35:33,870 | ERROR | reverse_image_search_main.py | upload_images | 85 | init() missing 3 required positional arguments: 'height', 'channel', and 'mode'
Originally posted by @TankTim68 in #4 (comment)
The text was updated successfully, but these errors were encountered: