TypeError: 'collections.OrderedDict' object is not callable #12313
Unanswered
neel04
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
Replies: 0 comments
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.
-
Hey, training an encoder-decoder model with Lightning ⚡ The task is multi-class image segmentation with image size
256x256
At the end of an epoch, it seems
Lightning
attempts to save the model for some reason, which yields an error even though its not re-loading that saved checkpoint in any way 🤔There's no bug report ever filed about this error on S.O, nor Github so I decided to open this discussion 🤗
Code
This is for init and executing trainer,
I know the code snippet is pretty long - but its boilerplate mostly, to allow for some basic mistake I might've made 😃
Error
Beta Was this translation helpful? Give feedback.
All reactions