Skip to content

New error in Trainer started appearing recently in a previously running code. #12250

Discussion options

You must be logged in to vote

Do you have an attribute precision defined in your lightning module? If so, this is an improper override of the lightning module which is leading to this error: https://github.com/PyTorchLightning/pytorch-lightning/blob/49a4a36ad45b937dd0124ecfb08eb7400dbf3950/pytorch_lightning/core/lightning.py#L102-L103

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
4 replies
@cwoolfo1
Comment options

@ananthsub
Comment options

@cwoolfo1
Comment options

@shreyas301197
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by ananthsub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment