-
- PyTorch-Forecasting version:0.9.0
- PyTorch version:1.8.0
- Python version:3.6
- Operating System:macos
My time series data is not missing, but the following error occurred during training.
…
-
There is another issue on python 3.10-3.12, tests crash with this:
```
Windows fatal exception: code 0xc0000374
Thread 0x000002c4 (most recent call first):
File "C:\hostedtoolcache\windows\P…
-
I see that pytorch-lightning comes with a [wide](https://github.com/PyTorchLightning/pytorch-lightning/blob/1.5.4/setup.py#L41-L49) variety of extra-installs.
These could be made available in conda…
-
I am trying to scale an image that is 1024x1024 to 4096x4096
I have a 4090 gpu with 24gb of VRAM.
When I try to run this upscaler, with a Scale Factor of 4, I get an OOM, where I am informed the sys…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues and checked the recent builds/commits
### What happened?
I started the software for the first time in a while, but…
-
https://www.pytorchlightning.ai/blog/using-optuna-to-optimize-pytorch-lightning-hyperparameters
-
### Bug description
In the current logic of pytorch-lightning everytime I call a` trainer.test() `it is also checked if the `train_dataloader()` function makes sense. This is problematic.
For exam…
-
## 🐛 Bug
I want to convert a Python function that might contain PyTorch calls into a Thunder function inside the lookaside function.
I wasn't successful at using `thunder.core.interpreter.interpre…
-
The same data, my training in controlnet code is ok.
raceback (most recent call last):
File "/root/autodl-tmp/uni-controlnet/src/train/train.py", line 69, in
main()
File "/root/autodl-t…
-
Hello,
Thank you for sharing your code. With current package versions, I couldn't run the code. Could you chech the versions?
I used pytorch-lightning=0.8.5 but self.log is not defined in that…