-
### 📚 Documentation
The current lightning documentation is in dark mode https://lightning.ai/docs/pytorch/stable/.
Would it be possible to switch from dark to light mode (or vice versa) ?
It shoul…
-
Hi,
I'm seeing if it's possible to integrate `adaptdl` with PyTorch Lightning (specifically the [Deepspeech2 open source repo](https://github.com/SeanNaren/deepspeech.pytorch)). Potential problems …
-
edit the `humannorm-texture-coarse.yaml` as below:
```
material_type: "pbr-material"
material:
material_activation: sigmoid
environment_texture: "load/lights/mud_road_puresky_1k.hdr"
…
-
**Description**:
Hello, I encountered a `torch.cuda.OutOfMemoryError` while fine-tuning a model using `trainer.py`. My setup includes only a single GPU with 32GB of memory, and the error occurs eve…
-
**Issue Description**
A discussion post. I was wondering if using PyTorch Lightning might give any advantages to this repository. Doesn't it have some boilerplate codes that may help us organize this…
-
- PyTorch-Forecasting version: 0.8.4
- PyTorch version: _I couldn't find this in my poetry.lock??_
- Python version: 3.8
- Operating System: Linux
### Expected behavior
Just to work as normal…
tombh updated
2 weeks ago
-
### Bug description
![Screenshot 2024-11-16 201845](https://github.com/user-attachments/assets/b134f148-cdc3-435d-94cf-25aa117e103e)
i initialized my trainer
```
trainer = L.Trainer(max_epochs=5…
-
## 🐛 Bug
When running train loop for `Qwen/Qwen2.5-7B-Instruct`, we get `ValueError` in `ctx.compiled_backward`:
```
ValueError: unrecognized type in arguments:
```
### To Reproduce
1. Us…
-
首先感谢你这优秀的工作。我成功在NYU训练成功,但是在SCANNT数据集上一直失败,我可以确信某些数据应该是在计算损失的时候会出现nan,并且在您的原始代码中出现了类似# print(521, torch.any(torch.isnan(out_dict['depth_1_1']))),请问是否是部分场景本身的错误导致,我根据你代码中的指示,删除了对应的场景,但还是在其他场景下出现了类似的错误。请…
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report.
### Ultralytics YOLO Component
_No …