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
RuntimeError: Tried to serialize object __torch__.torch.classes.profiler._RecordFunction which does not have a __getstate__ method defined!
I suppose it's happening when PL Trainer module tries to save checkpoint after profiler finishes the job. Trainer by default always tries to save checkpoints even when all callbacks are disabled.
When using "pytorch" profiler an error occurs:
I suppose it's happening when PL Trainer module tries to save checkpoint after profiler finishes the job. Trainer by default always tries to save checkpoints even when all callbacks are disabled.
Solution: change file configs/debug/profiler.yaml:
The text was updated successfully, but these errors were encountered: