Replies: 1 comment
-
Ah, thanks for pointing that out, and sorry about that! Our Windows users typically run WSL so we haven't run into this issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
evaluate.py is very useful for calculating prediction score. One problem though: standard prediction filename for evaluate.py contain colon character (':'), which is invalid character for filename in Windows.
For example: iwildcam_split:id_test_seed:0_epoch:best_pred.csv (taken from https://wilds.stanford.edu/submit/)
As the result, we cannot run evaluate.py on Windows without some modification.
Suggestion: make sure all filenames can work on popular operating systems (Linux, Mac OSX, Ubuntu, etc)
Beta Was this translation helpful? Give feedback.
All reactions