clip-as-service icon indicating copy to clipboard operation
clip-as-service copied to clipboard

🏄 Scalable embedding, reasoning, ranking for images and sentences with CLIP

Results 156 clip-as-service issues
Sort by recently updated
recently updated
newest added

The current master does not work with Tensorflow 2.0 because it's using a set of deprecated APIs. This PR will replace those deprecated APIs with the ones from "tf.compat.v1".

Personally faced this issue (not able to figure out the reason for the syntax error when running the service on Google colab) and noticed it in the issues (#592 )....

The original log format I think is somehow obscure, so I make some refines. Original log format: I:GRAPHOPT:[gra:opt:161]:load parameters from checkpoint... I:GRAPHOPT:[gra:opt:165]:optimize... I:GRAPHOPT:[gra:opt:173]:freeze... I:GRAPHOPT:[gra:opt:178]:write graph to a tmp file: /var/folders/qz/9j_tn4357d787rk0j9tl7c0c0000gn/T/tmp2qamgj_m...

Line 3 without `/` at the end, copied `entrypoint.sh` as `/app`, instead of putting that file inside the `/app` folder adding `/` at the end, solves the problem.

**Prerequisites** > Please fill in by replacing `[ ]` with `[x]`. * [x] Are you running the latest `bert-as-service`? * [x] Did you follow [the installation](https://github.com/hanxiao/bert-as-service#install) and [the usage](https://github.com/hanxiao/bert-as-service#usage) instructions...

**Prerequisites** > Please fill in by replacing `[ ]` with `[x]`. * [ ] Are you running the latest `bert-as-service`? * [ ] Did you follow [the installation](https://github.com/hanxiao/bert-as-service#install) and [the...