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
Hi I have been trying to skip an argument on a LightningCLI from pytorch_lightning but it is unable to log the skipped parameter and therefore fails. I also glimpsed through the class but couldn't find the definition for the logger.
If you save the snippet as trainer.py and run python trainer.py fit --print_config > default.yaml it will fail in signatures.py when logging the skipped parameter:
AttributeError: '_ArgumentGroup' object has no attribute 'logger'
If the group is removed then it stops failing. If this should be moved to pytorch lightning let me know!
The text was updated successfully, but these errors were encountered:
Hi I have been trying to skip an argument on a
LightningCLI
frompytorch_lightning
but it is unable to log the skipped parameter and therefore fails. I also glimpsed through the class but couldn't find the definition for the logger.If you save the snippet as
trainer.py
and runpython trainer.py fit --print_config > default.yaml
it will fail insignatures.py
when logging the skipped parameter:If the group is removed then it stops failing. If this should be moved to pytorch lightning let me know!
The text was updated successfully, but these errors were encountered: