pytorch-forecasting
pytorch-forecasting copied to clipboard
PyTorchLightningPruningCallbackAdjusted is causing issues
https://github.com/jdb78/pytorch-forecasting/blame/cf0f2dd8afc7cc4601cc1309ff4e03f6ecf2efd7/pytorch_forecasting/models/temporal_fusion_transformer/tuning.py#L29
but when i remove class PyTorchLightningPruningCallbackAdjusted and replace with PyTorchLightningPruningCallback the code is working fine. Please look into this issue
I have same issue, it seems to be a bug, you can delete this code, and change hyperparameters manually.