We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In
https://github.com/mlfoundations/rtfm/blob/main/sampledata/v6.0.3-serialized/test/test-files.txt
there are absolute paths specific to one user like
/Users/jpgard/Documents/github/tablm/sampledata/v6.0.3-serialized/test/test-000002.tar
however they should be changed to relative paths, e.g.
rtfm/sampledata/v6.0.3-serialized/test/test-000002.tar
as it is also done in
https://github.com/mlfoundations/rtfm/blob/main/sampledata/v6.0.3-serialized/train/train-files.txt
But since all other paths are relative to rtfm it should actually be
rtfm
sampledata/v6.0.3-serialized/test/test-000002.tar
and then also changed in the train files.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In
https://github.com/mlfoundations/rtfm/blob/main/sampledata/v6.0.3-serialized/test/test-files.txt
there are absolute paths specific to one user like
however they should be changed to relative paths, e.g.
as it is also done in
https://github.com/mlfoundations/rtfm/blob/main/sampledata/v6.0.3-serialized/train/train-files.txt
But since all other paths are relative to
rtfm
it should actually beand then also changed in the train files.
The text was updated successfully, but these errors were encountered: