From your other post - does this thread help you? The idea would be to:
- Create two data sets
- Create a final data set that joins the two datasets
- Create a dataloader for the final concatenated datasets to pass into your model.
From your other post - does this thread help you? The idea would be to: