-
Hello, I found that I can get better 3D poses during multiview-singleperson task, but I havng some difficulties fitting the SMPLX model. The head and neck of the human body look strange, and the SMPLX…
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussion…
-
I encountered a problem in calculating the cross entropy loss_cls when reproducing the code:
` Expected object of scalar type Long but got scalar type Float for argument #2 ‘target``
My solution:
…
-
### What happened?
I have 2 GPUs in imc2017 RAM64G, one of which is connected through eGPU. Llama-cli->ggml->always don't use a GPU with higher performance? How can I use a higher GPU, or both?
### …
-
A short discussion among @drastogi4, Moet and @minxu74 on Oct. 14, 2020, we discussed that:
- the heat map generated by Moet contains more than 75 indices describing both mean and extreme performan…
-
## 🐛 Bug
I am training a big model and after 1k iteration or so it crashes with some memory related error for the very same code, it has several different scenerios listed below.
When trained wit…
-
训练时出现如下问题:
```
Traceback (most recent call last):
File "train.py", line 220, in
main()
File "train.py", line 216, in main
train(args, cfg)
File "train.py", line 209, in train
…
-
### 🐛 Describe the bug
When adding the line:
`model = torch.compile(model)` after loading the model, this error occurs. When removing the line, the script functions as intended.
### Error logs
…
-
### System Info
- `transformers` version: 4.46.3
- Platform: Linux-6.1.0-28-cloud-amd64-x86_64-with-glibc2.36
- Python version: 3.12.7
- Huggingface_hub version: 0.26.3
- Safetensors version: 0.4…
-
Hi Folks,
I'm using tune.Tunner with callable that declared as function and getting error.
**Trainable runner reuse requires reset_config() to be implemented and return True.**
```
tuner…