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
running following command from root directory of pytorch-lightning (cloned from git origin master): python -m pl_examples.basic_examples.autoencoder --print_config
Get callbacks: null.
The full printed configs are:
Uh oh!
There was an error while loading. Please reload this page.
🐛 Bug
[CLI] print_config not showing correct callbacks
To Reproduce
running following command from root directory of pytorch-lightning (cloned from git origin master):
python -m pl_examples.basic_examples.autoencoder --print_config
Get
callbacks: null
.The full printed configs are:
Expected behavior
Should print correct callbacks related to
ImageSampler
.Environment
pip
):torch.__config__.show()
:Additional context
cc @carmocca @mauvilsa
The text was updated successfully, but these errors were encountered: