Skip to content
#

image-search

Here are 124 public repositories matching this topic...

milvus
del-zhenwu
del-zhenwu commented Dec 16, 2019

Describe the bug

If partition tag set empty string, the message returned should be

  reason: "Invalid partition tag:  Partition tag should not be empty."
Search failed:
status {
  error_code: ILLEGAL_ARGUMENT
  reason: "Invalid partition tag: . Partition tag should not be empty."
}

Steps/Code to reproduce behavior

Expected behavior

**Env

jina
JoanFM
JoanFM commented Jul 30, 2020

Describe the feature

I think enforcing typing in methods parameters can be helpful for robustness, readability and stability of the code.

By using mypy static type checker, we can see potential improvements for jina:

Usage:

pip install mypy
mypy --ignore-missing-imports jina

Do not get overwhelmed by the errors. Let's slowly keep improving until we can eve

Learning Fine-grained Image Similarity with Deep Ranking is a novel application of neural networks, where the authors use a new multi scale architecture combined with a triplet loss to create a neural network that is able to perform image search. This repository is a simplified implementation of the same

  • Updated Apr 13, 2019
  • Python

Improve this page

Add a description, image, and links to the image-search topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the image-search topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.