TypeError: __init__() got an unexpected keyword argument 'log_every_n_steps' #13247
LilianaA1995
started this conversation in
General
Replies: 1 comment
-
@LilianaA1995 You might have a very old version of PyTorch Lightning installed in your environment. Could you check the version you're using by running either of the following commands? $ python -c "import pytorch_lightning as pl; print(pl.__version__)
$ python -m pip list |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I was trying to run this code for LabelMe data through CNN :
but this error has appeared.. init() got an unexpected keyword argument 'log_every_n_steps'.
How to solve it ?
My skills in coding are really poor, so please, understand.
Beta Was this translation helpful? Give feedback.
All reactions