Git Product home page Git Product logo

Comments (6)

arslan-chaudhry avatar arslan-chaudhry commented on May 28, 2024

We do not provide the script for mini Imagenet. Once you download the mini Imagenet dataset, you can edit the conv_split_cifar.py file to run the mini Imagenet experiments. The setup is the same as that of Split CIFAR; a total of 100 classes split into 20 tasks with 5 classes per task. The hyper-parameters for mini Imagenet are given in the appendix of https://arxiv.org/abs/1902.10486.

from agem.

pclucas14 avatar pclucas14 commented on May 28, 2024

Thanks for your answer. I would like to make sure my preprocessing is the same as yours. I see that you have shared code to load imagenet, all that's missing is the .pkl file you used. Could you point me towards the download link you used (or upload the .pkl file to the repository) ?

from agem.

arslan-chaudhry avatar arslan-chaudhry commented on May 28, 2024

You can download the miniImageNet dataset (pickle file) from here: https://www.dropbox.com/s/yt3akdfchuafk25/miniImageNet_full.pickle?dl=0

Hope that helps!

from agem.

pclucas14 avatar pclucas14 commented on May 28, 2024

Thanks for sharing. It seems there was some preprocessing done from the link you shared (1 pickle with 84 x 84 images) to the one used in your code here (4 pickles, 224 x 224 images, train and test already split).

I guess the only information I'm missing now is

  1. how to split train and test
  2. if you could confirm you did resize to 224 x 224 (and if you used data augmentation)

from agem.

arslan-chaudhry avatar arslan-chaudhry commented on May 28, 2024

The code for imageNet utils in the repository is outdated. I used 84 x 84 images. The train/ test split is 500/ 100 for each class. You can modify the cifar utils for imageNet.

from agem.

pclucas14 avatar pclucas14 commented on May 28, 2024

great! closing the issue

from agem.

Related Issues (12)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.