arthurdouillard / dytox

Dynamic Token Expansion with Continual Transformers, accepted at CVPR 2022
https://arxiv.org/abs/2111.11326
Apache License 2.0
134 stars 17 forks source link

continuum imagenet loading potential bug #4

Closed zhaoedf closed 2 years ago

zhaoedf commented 2 years ago

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.

arthurdouillard commented 2 years ago

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!

zhaoedf commented 2 years ago

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!

arthurdouillard commented 2 years ago

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 😍