You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the great work. I am trying to run the test for kitti dataset, however, I got the following complaints:
ValueError: The version of the dataset you are trying to use (kitti/3.1.0) is too old for this version of TFDS so cannot be generated.Either sync to a previous version of TFDS to first prepare the data or use another version of the dataset. Available for download_and_prepare: ['3.2.0']
Should I just upgrade the version to 3.2.0 as instructed? Would it affect the reproducibility?
Thanks!
The text was updated successfully, but these errors were encountered:
I got the same issue. I was wondering if the authors could provide the exact version numbers of each lib (like tensorflow and tfds) that they use. It could be pretty helpful. Thanks a lot!
Hello,
Thanks for the great work. I am trying to run the test for kitti dataset, however, I got the following complaints:
ValueError: The version of the dataset you are trying to use (kitti/3.1.0) is too old for this version of TFDS so cannot be generated.Either sync to a previous version of TFDS to first prepare the data or use another version of the dataset. Available for
download_and_prepare
: ['3.2.0']Should I just upgrade the version to 3.2.0 as instructed? Would it affect the reproducibility?
Thanks!
The text was updated successfully, but these errors were encountered: