-
AttributeError Traceback (most recent call last)
in
49 model.train()
50 optimizer.zero_grad()
---> 51 classes = model(data)
5…
-
Wenn bspw bei einem Mobilgerät hochkant gehalten eine **Tabelle** dargestellt werden soll, welche uU mehrere Spalten hat (>2)
dann funktioniert das meist nicht gut. ggfs kann man horizontal scrollen,…
-
Error on rum example above in msys2.
teste.py
```python
import gevent
from gevent.queue import Queue
```
Result:
```python
984 INFO: PyInstaller: 3.5
1000 INFO: Python: 3.7.4
1000 INFO…
-
I am getting this issue with BertLMLearner and not with BertLearner. I tried to debug a lot and also changed cuda versions but couldn't make it work. I am not getting this error when I use run_languag…
-
Hi there. Thanks for the great library!
I have one issue regarding the usage of Bert-based models. I trained different models finetuning them on my custom dataset (roberta, luke, deberta, xlm-rober…
-
There are two (hidden) multi value custom groups that store the information about issued receipts at the contribution and at the contact*. If somebody hits the edit button on these in the UI (which wa…
-
Hi,
I do like your plugin, but it is missing a key feature, which is to be able to hook to the the feature to exclude post IDs.
Adding exclusions by input is not maintainable if we need exclude …
-
with Llama-3.1-7B
load the model:
```txt
==((====))== Unsloth 2024.10.0: Fast Llama patching. Transformers = 4.44.2.
\\ /| GPU: NVIDIA GeForce RTX 3090. Max memory: 23.7 GB. Platform …
-
I want to fine-tune a model using unsloth. Every thing works fine on colab but on my system I got the following:
{
"name": "NotImplementedError",
"message": "No operator found for `memory_efficie…
-
Due to this [issue in ofetch package](https://github.com/unjs/ofetch/issues/295) `@artmizu/nuxt-prometheus` cannot detect network requests which take place through useFetch or $fetch, because they bot…