pasa13142
pasa13142
pip install tensorflow-gpu==1.7 or 1.4 or 1.14
Or can someone help how can i get embeddings with bert ?
Thanks for your response
I Got the error after run the get_model() cell
Didnt work again. Throws full of a page of this error as same as i explained methods above. Default docker image run command doesnt throw this deprecationWarning message. ``` DeprecationWarning:...
Hello, Can I have clip-server:master-onnx dockerfile?
after built image with : ``` git clone https://github.com/jina-ai/clip-as-service.git docker build . -f Dockerfiles/server.Dockerfile --build-arg GROUP_ID=$(id -g ${USER}) --build-arg USER_ID=$(id -u ${USER}) -t jinaai/clip-server ``` and run with both :...
@ZiniuYu Hello again! Do you know how can get "clip-server:latest-onnx"'s dockerfile? Pulling repo and build & run is not latest and producing different encoding values.
Thanks for the answer! I reported it also to fix for new users. docker run -p 51009:51000 -v $HOME/.cache:/home/cas/.cache --gpus all jinaai/clip-server:master-onnx onnx-flow.yml the encodes extracted from above server and...