-
Hi authors, I find this work useful and meaningful. I am trying to fine-tune the model on my own curated pmhc-tcr pairs. However, I encountered some issue with the kfold_data in the config. I replace …
-
**Describe the bug**
I tried to train model with 'mobilenetv4_conv_large.e600_r384_in1k' as backbone and got this error. Other models train without any problems.
```
/home/xxxxxx/.local/lib/pyt…
-
**I am trying to run the multilingual ASR recipe egs2/fleurs/asr1/run.sh with the default configuration, but I am getting some errors.**
Here are some details of the setup I am using:
**Basic en…
-
Running
```
mace_run_train --foundation_model='small' --ema_decay=0.995 --energy_weight=1.0 --forces_weight=1.0 --stress_weight=1.0 --max_num_epochs=2 --scheduler_patience=5 --patience=40 --clip_gra…
-
### What happened?
The model loading fails (for example when loading https://huggingface.co/unsloth/Llama-3.2-1B-Instruct-GGUF/tree/main Llama-3.2-1B-Instruct-Q4_K_M.gguf) because of One Definition…
-
Hi. Something (possibly not unsloth) changed between July and now.
I am getting an unexpected OOM error trying to do a LORA finetune. This worked before, but is now barfing.
Looked at #338, but not…
-
After running 'python train_mnist.py', the terminal reported an error as shown in the figure.
The shapes of tensor x before final_conv and after final_conv were printed as [3, 16, 224, 224] and [3, …
-
Trying to run train.py and it doesn't work. Looks like neural network architecture is incompatible with some constrains? Is a specific version of torch library required?
```
[2024-10-04 17:46:10,588…
-
Hello,
Thanks for the great work. I wanted to use the initial example on the `README.md`:
```python
from datasets import load_dataset
from setfit import SetFitModel, Trainer, TrainingArgument…
-
Traceback (most recent call last):
File "D:\ultralytics\ultralytics\yolo\v8\detect\train.py", line 222, in
train()
File "D:\ultralytics\ultralytics\yolo\v8\detect\train.py", line 218, in t…