arthurdouillard / dytox

Dynamic Token Expansion with Continual Transformers, accepted at CVPR 2022

Home Page:https://arxiv.org/abs/2111.11326

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

continuum imagenet loading potential bug

zhaoedf opened this issue · comments

when i train imagenet100, i got the following error, it seems somehow the data path has two "train".

image

i don't know what to do, since i use the following command to run, which specifies the dataset path and the things inside the dataset path are listed as follows.

image
image

besides, it has this problem on one of my server, while the other server doesn't have similar issues.

Hey,

I think you were using different versions of Continuum on each server, because you indeed found a recent bug that was not apparent in the Continuum version I've used for DyTox.

So either use the original continuum version (1.0.27), or download the latest one were I fixed the bug right now (1.2.2).

Thanks for your report!

Hey,

I think you were using different versions of Continuum on each server, because you indeed found a recent bug that was not apparent in the Continuum version I've used for DyTox.

So either use the original continuum version (1.0.27), or download the latest one were I fixed the bug right now (1.2.2).

Thanks for your report!

haha i happened to try uninstall and reinstall continuum right before your reply and the problem was solved. i was gonna close this issue, thinking it was my problem, but it turns out that is because your hotfix, lol.

anyway, thx a lot!
by the way, i follow and use continuum for quite a long time and find it really good for coding!

by the way, i follow and use continuum for quite a long time and find it really good for coding!

I'm super happy to hear that! Thanks 😍