Hi,
I tested MAML and Reptile algorithms using mini-imagenet dataset, and the data are sampled using a TasksetDataset,
Question: Is it normal that after the set of tasks are created, the inputs images (the originals) are no longer there?
For each batch in the training loop, I tried to plot the samples (images) but I got blank images presenting few points in it.
I wanted to visualize the results (predictions) of each algorithm in a form of : (input image, prediction, label) but got no image.

Hi,
I tested MAML and Reptile algorithms using mini-imagenet dataset, and the data are sampled using a TasksetDataset,
Question: Is it normal that after the set of tasks are created, the inputs images (the originals) are no longer there?
For each batch in the training loop, I tried to plot the samples (images) but I got blank images presenting few points in it.
I wanted to visualize the results (predictions) of each algorithm in a form of : (input image, prediction, label) but got no image.