I have several custom datasets stored in different paths. Just like xxx/{0..m}.tar yyy/{0..n}.tar.
If I only select one of these for training/evaluation, the program works well.
But, if I use them all, an index-out-of-range error occurs.
When analyzing the cache directory, I find that there is only one 0.tar 1.tar file in the cache directory. It seems that tar files with the same basename will be overwritten.
After I renamed all the tar files, the program worked fine again.
I have several custom datasets stored in different paths. Just like xxx/{0..m}.tar yyy/{0..n}.tar.
If I only select one of these for training/evaluation, the program works well.
But, if I use them all, an index-out-of-range error occurs.
When analyzing the cache directory, I find that there is only one 0.tar 1.tar file in the cache directory. It seems that tar files with the same basename will be overwritten.
After I renamed all the tar files, the program worked fine again.