How to operate the InMemoryDataset
like a list?
#8976
StefanIsSmart
started this conversation in
General
Replies: 1 comment
-
You can do |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
For example, I generated an
InMemoryDataset
object, I could shuffle it by self.shuffle();But how to remove some data like a list, for example:
If the data.name = 'Need_to_remove' (data is a Data() object), we could remove it from the created
InMemoryDataset
object.Beta Was this translation helpful? Give feedback.
All reactions