Second InMemoryDataset in the same notebook comes out as a list #6890
-
Here is the code that produces the first dataset:
Then, I run and train a model successfully, and make predictions:
I then take that
Using: But
Anyone help on this one, sorry but time is a factor. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You are overriding the self.indices = indices |
Beta Was this translation helpful? Give feedback.
You are overriding the
indices
property ofInMemoryDataset
in your second dataset, which explains this error: