-
**Describe the bug**
`FARMReader.train` raises a torch error in the [tutorial](https://colab.research.google.com/github/deepset-ai/haystack-tutorials/blob/main/tutorials/02_Finetune_a_model_on_your_d…
-
```bash
pip install tensorflow==2.11.1 numpy==1.24.2
```
works fine (as does `pip install tensorflow==2.11.0 numpy==1.24.2`).
But
```bash
pip install tensorflow==2.12.0 numpy==1.24.2
```
…
-
### Short description of current behavior
- Fix handler - doesn't work, see loom videos & code below
Less urgent
- Fix [readme](https://github.com/mindsdb/mindsdb/blob/staging/mindsdb/integra…
-
When attempting to use the DistilBERTRelationMatcher class from the kogito.core.processors.relation module, I encountered the following error:
```python
from kogito.core.processors.relation impo…
-
- yolo_v5 model이 tensorflow keras로 완전하게 build 된 것이 아니라 predict 함수를 호출할 수가 없는 문제가 있음.
-> tensorflow에서 사용할 수 있는 pretrained model을 찾거나 다시 model을 train하고 사용할 필요가 있어보임.
- 기존 edge-inference에 작성된 코드가 난해하여 …
-
Getting the following error when I run this query
```
SELECT pgml.version() /* returns 2.5.3 */
SELECT pgml.load_dataset('tweet_eval', 'sentiment'); /* runs with no issues */
SELECT text, pgml.e…
-
Basic API ideas (WIP):
Create Run object (captures logs, inputs, outputs, other artifacts read or written within call, who ran, where):
`res = fn(**kwargs, name=”my_run”)`
A run is a folder (create…
-
Hey! Thanks for the previous clarification. I'm trying to implement this with just regular Q learning (I know that the paper suggests soft-q, i wanted to compare both approaches for a paper), and even…
-
Repository Not Found for url: https://huggingface.co/bhadresh-savani/distilbert-base-uncased-emotion/resolve/main/config.json.
Please make sure you specified the correct `repo_id` and `repo_type`.
I…
-
# Crash report
### What happened?
I'm experiencing a persistent issue with a Tkinter-based GUI application on macOS. When running the script directly in the terminal, everything functions correctly,…