Farm: Own model visible in Docker API but not in UI

Created on 22 Jan 2020  路  4Comments  路  Source: deepset-ai/FARM

Question
I have a text_classification model saved under saved models and visible in the docker api (localhost:5000), but not visible in the UI/document_classification (http://localhost:3000/doc_class). Could somebody help me and explain why? Thanks!

Additional context
curl -X GET "http://localhost:5000/models" -H "accept: application/json" finds my text_classification model with id: 1

docker question

All 4 comments

In order to replicate this:

  • What exact FARM version are you using (e.g. PyPI release or current master)?
  • What versions of the docker images are you using?
    Thanks :)

FARM current master
farm_inference-ui_1 deepset/farm-inference-ui:0.3
farm_inference-api_1 deepset/farm-inference-api:base-models-0.3.1

Windows 10 Pro, Docker version 19.03.5, build 633a0ea,

Hi @agoeroeg. The UI Docker Image was pointing to an incorrect URL for the inference API. It has now been fixed. Could you try running again after deleting your local copy of the deepset/farm-inference-ui:0.3Docker Image and pulling the updated version?

It works, thanks!

Was this page helpful?
0 / 5 - 0 ratings