-
**Priorità**: media
Ciao,
abbiamo a disposizione un piccolo fondo a disposizione per esigenze del progetto. Con @Albertopi78 ragionavamo che forse sarebbe utile fare sponsorizzazioni sui social …
-
Mi sono dato un'occhiata al codice e aggiungo una prima domanda.
**1)** Vale la pena mettere in tutti i metodi un grosso try/catch per pescare eccezioni come NullPointerException? Che differenza c'è t…
-
### 结论
选型建议:
1. 大部分模型的序列长度是 512 tokens。 8192 可尝试 tao-8k,1024 可尝试 stella。
2. 在专业数据领域上,嵌入模型的表现不如 BM25,但是微调可以大大提升效果。
3. 有微调需求且对模型训练了解较少的,建议选择 bge 系列(完善的训练脚本、负例挖掘等)。但多数模型都基于BERT,训练脚本也通用,其他模型也可以参考。…
-
```
The current methods on PCamera only allow zooming onto nodes with a
constrained scale. This enhancement is to add a true fit-to-window scale
option.
Here is the proposed fix:
Index: src/edu/umd/…
-
```
The current methods on PCamera only allow zooming onto nodes with a
constrained scale. This enhancement is to add a true fit-to-window scale
option.
Here is the proposed fix:
Index: src/edu/umd/…
-
```
From comment 7 in Issue 19:
What is really missing in Piccolo is more of a focus concept for the scene
graph so you know exactly which node should receive the keyboard events...
```
Original is…
-
```
When using Piccolo in the past it's always been annoying to me that it
didn't use Generics. It'd cut down on the code base a bit since there's
lots of boilerplate iterator usage.
I know it's a…
-
Let me know a use case that you have for an async ORM, and I'll add an example which uses Piccolo.
Alternatively add your own example, or let me know about a project which is using it, and I'll lis…
-
```
From comment 7 in Issue 19:
What is really missing in Piccolo is more of a focus concept for the scene
graph so you know exactly which node should receive the keyboard events...
```
Original is…
-
```
There are currently inconsistencies with respect to how Piccolo computes
full bounds and manages emptiness of PBounds objects. Many of these issues
were raised as part of issue 155 and issue 161,…