-
Hello during training I have following error:
ERROR Was not able to read git information, trying to continue without.
ERROR Could not log req: stderr not empty
Traceback (most recent call last):
…
-
### Question Validation
- [X] I have searched both the documentation and discord for an answer.
### Question
llama-index: 0.10.59
python: 3.11.9
Ubunutu 22.04
I'm getting the following error…
-
1)
/Video-XL/videoxl/videoxl/train/llava_trainer.py", line 252, in compute_loss
if "retrieval_span" in inputs:
TypeError: argument of type 'NoneType' is not iterable
Traceback (most recent ca…
-
Stack:
```
return self.predict_loop.run() [18/37619]
File "/home/lior/mambaforge/envs/boltz/lib/pytho…
-
Hi,
Thanks for the great codebase!
I run into an error in line 218 of `trainer/trainer.py` during running `train_bls.py.`
line 218: `poses[baseline] = BASELINES[baseline](x_gt, y_gt, 1)`
`TypeEr…
-
### Bug description
The code can be accessed at https://www.kaggle.com/code/vigneshwar472/notebook5a03168e34
I am working on multiclass classification task and want to train a nueral network wit…
-
Hi!
Sorry to bother you. I encountered an error when trying to run train_graph_cpg.py. The command I used is as follows:
```
python ${graphcpg}/model/train_graph_cpg.py --dataset_path ${graphcpg}/m…
-
### What happened + What you expected to happen
I was trying to run this example from the documentation however it results in an error. I've tested this on 2 different clusters, one with CPU only and…
-
Current transformers version 4.46.1 `def compute_loss` signature changed causing issues when importing and using
`from tevatron.retriever.trainer import TevatronTrainer as Trainer` (The transformers…
-
Dear author I have been following the source code you provided. I am fairly new to Deep Learning development.
About the Trainer, it shows that it has unexpected argument 'lr'. So it this code execu…