-
Due to a limit of 11GB GPU resource, I am forced to reduce the batch size for image2text to **8** instead of **128**.
After training for a while, I was unable to get a converged trained model that re…
-
### 问题描述
image2text这个插件怎么安装和使用
### 环境
- 操作系统类型 (Mac/Windows/Linux):Windows
- Python版本 ( 执行 `python -V` ):python 3.8
- pip版本 ( 执行 `pip -V`):21.2.4
-
**问题描述 / Problem Description**
确定在xinference中已经启动了qwen-vl-chat模型,然后将DEFAULT_LLM_MODEL改为qwen-vl-chat,在webui的模型配置中也能够选择qwen-vl-chat,但是后台有提示信息“default llm model qwen-vl-chat is not found in available ll…
-
Traceback (most recent call last):
File "/bin/image2text.py", line 5, in
from clip_interrogator import Config, Interrogator, list_caption_models, list_clip_models
File "/lib/python3.9/site…
-
您好,我训练自己的数据,loss 为 0 可能是什么原因,日志如下:
2023-12-14,08:40:01 | INFO | Rank 0 | Global Steps: 240/270 | Train Epoch: 3 [60/90 (67%)] | Loss: 0.000000 | Image2Text Acc: 100.00 | Text2Image Acc: 100.00 | Dat…
-
repo : https://github.com/t2easure/2023-Summer-Project
## 코드 설명
- OCR API
- 글자가 있는 책이나 문서가 나타나는 JPG, PNG, JPEG 파일을 받아 이미지 밝기 정보를 바탕으로 텍스트 데이터를 추출.
- 자동으로 텍스트를 추출해 줌
- ChatGPT 기반 요약 API
-…
-
一、系统环境
1.1、操作系统:centos9
1.2、python版本:3.10
1.3、[Langchain-Chatchat]版本:0.3.1.3
1.4、emb:bge-large-zh v1.5
1.5、llm: glm-4-9b-chat
二、Xinference:
2.1、创建Xinference虚拟环境(python3 -m venv venv_xinferenc…
-
I used pl.seed_everything to set seed,
```
pl.seed_everything(_config["seed"], workers=True)
```
but I still got different result when I tested flickr30k Image2Text Retrieval task on the model …
-
I receive the error when trying to ingest any image with this node. I do not know what might be the matter.
```
Error occurred when executing DTAIImageToTextNode:
Cannot handle this data type: …
-
作者你好,我之前看到一个,使用3.5的key,然后进行函数调用,可以实现,你任意发一张图片,然后可以识别,返回结果。请问作者知道这个不?