Carlos Mocholí
Carlos Mocholí
A recommendation for contributors: Unless a file requires
@JustinGoheen I would fix their return annotation. Since they are simple wrappers for a deprecation, you can just mark the inputs and outptus as Any ```diff -def rank_zero_experiment(*args, **kwargs) ->...
This is super weird for 2 reasons: - How come just an import makes this fail? - The code just checks whether the attr exists right before deleting it: https://github.com/Lightning-AI/lightning/blob/91dd6a68fb596d45914fc5d4fbbf2bad52e8399e/src/pytorch_lightning/utilities/data.py#L512...
Thanks @krshrimali. The dependencies for that job do not include `ogb` so I guess it's partially an issue of ours.
Why did we include this in the bug-fix release? Technically this just added a feature (profiling)
@awaelchli is this important for Lite? Do you want to apply these changes to the Lite versions already in #14670 and #14675?
I asked if there's an updated LTS schedule for PyTorch in their developer Slack and got no answer. I would respect our support window. If there's enterprise interest in an...
@paantya If you have access to the PyTorch slack, this was also asked in https://pytorch.slack.com/archives/C3PDTEV8E/p1651758244430409 and https://pytorch.slack.com/archives/C3PDTEV8E/p1657621331393819 I also want to clarify that we chose to drop support for torch...
Hi! The `save_hyperparameters` functionality is completely unrelated to the `LightningCLI`, in fact, the CLI config includes it and makes it redundant. There are not plans to unify them at the...
cc @awaelchli for the specific `save_hyperparameters` questions