Skip to content

Convert experience.dataset to torch.utils.data.Dataset #1108

Answered by AntonioCarta
SinHanYang asked this question in Q&A
Discussion options

You must be logged in to vote

You don't need to convert it since AvalancheSubset implements the same methods of pytorch datasets. However, keep in mind that it's not optimized to be serialized (this is something that we are working on).

Do you want to save the stream dataset or the replay buffer? if you want the former, I would suggest to avoid serialization and instead create a new benchmark with the same arguments by setting a fixed seed.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@SinHanYang
Comment options

Answer selected by SinHanYang
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants