You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The auto_scale_batch_size arg is not accept in lightning.Trainer, but accepted in pytorch_lightning.Trainer.
Error in call to target 'lightning.pytorch.trainer.trainer.Trainer':
TypeError("Trainer.__init__() got an unexpected keyword argument 'auto_scale_batch_size'")
Bug description
The
auto_scale_batch_size
arg is not accept inlightning.Trainer
, but accepted inpytorch_lightning.Trainer
.What version are you seeing the problem on?
v2.5
How to reproduce the bug
Error messages and logs
Environment
Current environment
More info
No response
The text was updated successfully, but these errors were encountered: