App
Fixed
- Replace LightningClient with import from lightning_cloud (#18544)
Fabric
Fixed
- Fixed an issue causing the
_FabricOptimizer.state
to remain outdated after loading withload_state_dict
(#18488)
PyTorch
Fixed
- Fixed an issue that wouldn't prevent the user to set the
log_model
parameter inWandbLogger
via the LightningCLI (#18458) - Fixed the display of
v_num
in the progress bar when running withTrainer(fast_dev_run=True)
(#18491) - Fixed
UnboundLocalError
when running withpython -O
(#18496) - Fixed visual glitch with the TQDM progress bar leaving the validation bar incomplete before switching back to the training display (#18503)
- Fixed false positive warning about logging interval when running with
Trainer(fast_dev_run=True)
(#18550)
Contributors
@awaelchli, @Borda, @justusschock, @SebastianGer
If we forgot someone due to not matching commit email with GitHub account, let us know :]