TypeError: 'Subset' object is not callable #8915
Answered
by
talhaanwarch
talhaanwarch
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
-
I am getting this weird error
print statement shows Complete logs
|
Beta Was this translation helpful? Give feedback.
Answered by
talhaanwarch
Aug 14, 2021
Replies: 1 comment
-
Reason |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
talhaanwarch
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reason
train
is a method thats why its throwing this error. Renamingself.train
toself.trainx
resolved the error. but I think logs should print this message