You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I already used the Taskset option and it didn't change the results. Below is a screenshot of a Colab file I used to check the input images after sampling some tasks from mini-imagenet train data.
Before sampling the tasks, the input images are all ok
After sampling, the images seem unavailable or maybe transformed
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.
The text was updated successfully, but these errors were encountered: