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
I think the paths that you mentioned in your email are only at places where the code is using input or output data paths.
The inputs are not part of this repo but must be on your lab's harddrive. Note:
Regarding the KLIFS data, I strongly recommend downloading the latest dataset from their website.
The benchmark data can be used from the harddrive.
The folder structures on the harddrive should be untouched, hence updating the path prefix /home/dominique/Documents to wherever you copy the data should be enough. Happy to help here if you send me a directory tree once you found the data on the harddrive.
One big note: We used to work in the lab until 2019 (I think) still with pickle files which is not helpful when you do not have fixed versions of a package. So you likely won't be able to load any of the pickle files anymore. As we stopped development on ratar shortly after, we did not update that output file format.
The text was updated successfully, but these errors were encountered:
Hi @AndreaVolkamer,
I think the paths that you mentioned in your email are only at places where the code is using input or output data paths.
The inputs are not part of this repo but must be on your lab's harddrive. Note:
Examples that I found:
ratar/scripts/benchmarking.py
Line 43 in 197d3f4
ratar/scripts/ratar.sh
Line 7 in 197d3f4
The folder structures on the harddrive should be untouched, hence updating the path prefix
/home/dominique/Documents
to wherever you copy the data should be enough. Happy to help here if you send me a directory tree once you found the data on the harddrive.One big note: We used to work in the lab until 2019 (I think) still with pickle files which is not helpful when you do not have fixed versions of a package. So you likely won't be able to load any of the pickle files anymore. As we stopped development on
ratar
shortly after, we did not update that output file format.The text was updated successfully, but these errors were encountered: