-
Although the original intention wasn't to use AI, it seems like AI can sometimes benefit where Joan lacks feature of (e.g., generating data of a user hobby rather than Joan not knowing what the hobby …
-
Is there a plan to integrate DirectML into the Pytorch Lightning project?
This could broaden the base for DirectML fast.
-
**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…
-
### Bug description
Hello,
i am using `SLURMEnvironment` plugin to resubmit jobs automatically. So far it has been working seamlessly
on my academic cluster, but recently when the auto-requeue si…
-
### Outline & Motivation
The trainer uses a function `optimizer_to_device` here:
https://github.com/Lightning-AI/pytorch-lightning/blob/631911c00413ad028e2887d83eb264cb4822097e/src/lightning/pytorch…
-
### Description
Hey there,
I just discovered Deeplake and found it to be an amazing library. I wondered if you would be interested to compare with LitData: https://github.com/Lightning-AI/litdat…
-
Bonjour, j'essaie de finetunner un modèle que j'ai déjà entrainer avec myria3d, après avoir paramétrer les fichiers de callbacks et model j'obtiens l'erreur suivante en lancant run.py :
`Traceback …
-
## 🐛 Bug
### To Reproduce
Here's a problematic pattern where Thunder's rematerialization algorithm is not effective:
```py
from torch.nn import Linear
import torch
import thunder
bl…
-
### Summary
Dear people of TorchGeo,
I am hearing more folks in the community training in the cloud and struggling with their data streaming solution.
I have been working on this new framework:…
-
## 🐛 Bug
PyTorch uses `tensor.numel()` while Thunder's TensorProxy and in the codebase it's used as a property `tensor.numel`. The property attribute makes more sense, but it conflicts with setting…