-
I created a composite dataset using multiple Noted that this problem came after the code from #785, and following Official Tutorial mix_scenario = dataset_benchmark(
new_train_stream, new_test_stream
)
print(mix_scenario.train_stream[1].dataset[0][-1]) # print 0, expected 1 P.S. right now, I am using |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Hi @thipokKub! Thanks for taking the time to report your issue :) As for your question, "
As you can see above you can specify the |
Beta Was this translation helpful? Give feedback.
Hi @thipokKub! Thanks for taking the time to report your issue :)
This seems more of a usability question rather then a bug, so I'm moving this in the discussions section.
As for your question, "
avalanche_dataset
" is meant to be used with custom Datasets definitions. In the official tutorial this example is reported: