-
Notifications
You must be signed in to change notification settings - Fork 179
New issue
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
Colab: FileNotFoundError: File b'tpu_train/metadata/results.csv' does not exist #10
Comments
In that case, the subprocess script errored and never completed. Will look into it. |
Same issue on my end. It looks like its attempting to read a csv that it hasn't created yet. |
I'm having the same problem.... Using xgboost trying to train a text classification model. It learns the encodings, but fails when it actually needs to train |
+1. The same issue here. |
I have created a StackOverflow question [https://stackoverflow.com/q/55959256/1330974] related to this issue. If anyone finds a solution to this, please share. Thank you! |
The FileNoteFoundError is most likely a red herring. You need to look in the Jupyter logs to find the true error, as it's the subprocess that's crashing. See #14. |
I have the same problem, has someone find any solution? |
Still no solution ? |
Guess not, there's a lot of open issues |
I tried adding |
The stock Google Colab link in the README.md isn't working correctly. I added a line to download the titanic.csv, then hit run all. Full stack trace below:
The text was updated successfully, but these errors were encountered: