drimpossible / GDumb

Simplified code for our paper "GDumb: A Simple Approach that Questions Our Progress in Continual Learning". Easily extensible to various settings, datasets and architectures.
GNU General Public License v3.0
88 stars 10 forks source link

Unclear how to do train/test split #3

Closed bennevans closed 3 years ago

bennevans commented 3 years ago

In the README.md it says to "convert [TinyImagenet] to ImageFolder format with train and test splits".

  1. Is there code available to do this split?
  2. If not, what is the correct way to handle the split as the test labels are not included from the tiny-imagenet website?

Thanks, Ben

drimpossible commented 3 years ago

Hi,

Ah, we only use the train and val splits -- val is renamed to test. We do not use the test folder given in TinyImagenet link.

Does this address the question?

bennevans commented 3 years ago

Yes thank you!

zeyuanyin commented 1 year ago

TinyImagenet link is invalid

drimpossible commented 1 year ago

Hi, the updated link should work now. For reference it should be: https://www.kaggle.com/competitions/tiny-imagenet/data

zeyuanyin commented 1 year ago

Thanks, and I find a file that can split the val. https://gist.github.com/lromor/bcfc69dcf31b2f3244358aea10b7a11b