-
### Bug description
I'm referring to the official MNIST example from the [1.5.0 docs](https://pytorch-lightning.readthedocs.io/en/1.5.10/notebooks/lightning_examples/mnist-hello-world.html), which …
-
### Motivation
with optuna._imports.try_import() as _imports:
import lightning.pytorch as pl
from lightning.pytorch import LightningModule
from lightning.pytorch import Trainer
fr…
-
### Bug description
tldr; Create a tensor - mount to GPU during dataloading - do some operation on this - throw re-initialize cuda error.
I want to do some cuda operations in my Dataloader. I ne…
-
### Search before asking
- [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussions) and fou…
-
### 🚀 Feature
independently configurable learning rates for actor and critic in AC-style algorithms
### Motivation
In literature the actor is often configured to learn slower, such that the c…
-
### Motivation
Mac M1 with pytorch Lightning prevents optuna study.optimize() from running without adaptation of code.
### Suggestion
Code needs to be adapted so that Lightning Trainer defaults to …
-
### Motivation
We are developing `optuna.terminator` as an automatic termination module, and have prepared `optuna.visualization.plot_terminator_improvement` for its visualization. However, there are…
-
### pycaret version checks
- [X] I have checked that this issue has not already been reported [here](https://github.com/pycaret/pycaret/issues).
- [X] I have confirmed this bug exists on the [latest…
-
I noticed that the project uses PyTorch, but during execution, I observed that my GPU was not being utilized. Is additional configuration required to enable GPU acceleration?
CPU: AMD 5600G
GPU: G…
-
### What happened + What you expected to happen
I'm currently tuning a model with Ray Tune and Optuna but the cluster I'm working on has issues and sometimes get OOM, making all my current/next runs …