-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
crashing dump for hparams containing fsspec #4156
Comments
seems that there is something special about Bolts's |
This is the exact error I ran into in my PR as well. I don't know what's causing it 🙁 |
ok, so the more trace is that DM has a pointer to Trainer and somewhere in Trainer there is EDIT: |
|
should |
good questions, we do not want to limit users much, I made the two following fixes:
note that each of this PR solves just a part of the issue 🐰 |
🐛 Bug
If you pass a model as PL model argument and dum this model, it crashes...
Please reproduce using [the BoringModel and post here]
Failing several models in Bolts
https://github.com/PyTorchLightning/pytorch-lightning-bolts/runs/1254957648
sample of failing test:
https://github.com/PyTorchLightning/pytorch-lightning-bolts/blob/ccdc9f9952153abf9b12f00e05294fa332d5f424/tests/models/test_vision.py#L8-L31
Additional context
The text was updated successfully, but these errors were encountered: