-
attempts to read the models.ckpt fail with
KeyError: 'pytorch-lightning_version' ... using 2.3.3 of lightning and pytorch-lightning
-
When running distributed trainingWhen running distributed training, I encounter the following error:
`
torch.distributed.DistBackendError: NCCL error in: ../torch/csrc/distributed/c10d/ProcessGroupNCC…
-
### Describe the bug
Throw out an error after running `svc train`:
```
RuntimeError: view size is not compatible with input tensor's size and stride (at least one dimension spans across two contigu…
-
At some point `pytorch-lightning` will be deprecated in favor of `lightning`.
We can start migrating as well.
Addresses #2192.
- [ ] code base
- [ ] docs
-
---------------------------------------------------------------------------
RuntimeError Traceback (most recent call last)
Cell In[23], line 1
----> 1 model.fit(
…
-
Pytorch lightning has a Logger abstraction, through which they interface with Wandb, CometML, etc.
https://lightning.ai/docs/pytorch/stable/extensions/logging.html
Any plans for something similar …
-
### 📚 Documentation
There's a lot of documentation out there about using the `resume_from_checkpoint` keyword in a pytorch trainer however this is wrong. In the latest pytorch version, one needs to p…
-
Stack:
```
return self.predict_loop.run() [18/37619]
File "/home/lior/mambaforge/envs/boltz/lib/pytho…
-
Complete error as follows:
:Traceback (most recent call last):
File "/home/wyx/yangchenlong/GaussianDreamer-main/launch.py", line 240, in
main(args, extras)
File "/home/wyx/yangchenlong/G…
-
we are facing several compatiblity issues with the libraries such as (torch: 1.13.1) is incompatible with newer versions of PyTorch Lightning and when running train.py with newer versions of torch an…