-
### *Project idea 3: Research about deploying LLM with Jina*
| info | details |
| ---------------- | ------------------------------…
-
I've used the SORT following this instruction:
https://github.com/abewley/sort#using-sort-in-your-own-project
I wonder can I use a similar way in my own project like I did with the SORT?
-
Has anyone had any luck training this model end-to-end *without* external object proposals or pretraining the RFCN network on Imagenet DET? I've been trying to train the D(&T loss) model in pytorch an…
-
## Start with the `why`:
The `why` of this effort (and initial research) is that any many applications depth cameras (and even sometimes LIDAR) are not sufficient to successfully detect objects in …
-
There is a possible disconnect between ordering of `y` and `X` when using a skorch
net as transformer in a sklearn pipeline while enabling shuffling on the valid
iterator which is a very easy mi…
-
### OpenVINO Version
openvino 2024.3.0 + onnx 1.14.0
### Operating System
Ubuntu 20.04 (LTS)
### Device used for inference
CPU
### Framework
ONNX
### Model used
resnet18
### Issue descriptio…
-
Hi, Peixia Li, In the file `train.py`, at line 463, the code loads pretrained weights `./ckpt/base_256/model_epoch45.ckpt` for the search branch and then freeze them throughout the training procedure.…
-
Batch size is 2048. Getting the training data from the q I see
x_train, y_train = train_q.get()
print('X.. ' + str(x_train.shape) + ' Y.. ' + str(y_train.shape))
X.. (2048, 2980) Y.…
-
I tried to fine-tune the BERT model as an embedding model, which maps sentences to a space where the `cosine` similarity between two sentence embedding vectors can be interpreted as the sentence simil…
-
텍스트 리뷰 임베딩 데이터 저장하기
-> 2가지 방식
1. Spark NLP 모델 사용하기
2. 허깅페이스 모델 사용하기
리서치 영역
-> 데이터 마다 다르니깐, 쇼핑 리뷰에 가까운 모델을 찾으면 베스트.
-> sentence-bert
**1. SparkNLP**
https://sparknlp.org/2020/08/25/sent_s…