Skip to content
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

FileNotFoundError #38

Closed
shawngraham opened this issue May 2, 2020 · 1 comment
Closed

FileNotFoundError #38

shawngraham opened this issue May 2, 2020 · 1 comment

Comments

@shawngraham
Copy link

Hi,

Just trying to work through your example colab notebook. I work through the cells, upload the titanic.csv, and get

---------------------------------------------------------------------------

FileNotFoundError                         Traceback (most recent call last)

<ipython-input-3-9f452c025bdd> in <module>()
      2                    target_field='origin',
      3                    model_name='tpu',
----> 4                    tpu_address = tpu_address)

5 frames

/usr/local/lib/python3.6/dist-packages/pandas/io/parsers.py in __init__(self, src, **kwds)
   1889         kwds["usecols"] = self.usecols
   1890 
-> 1891         self._reader = parsers.TextReader(src, **kwds)
   1892         self.unnamed_cols = self._reader.unnamed_cols
   1893 

pandas/_libs/parsers.pyx in pandas._libs.parsers.TextReader.__cinit__()

pandas/_libs/parsers.pyx in pandas._libs.parsers.TextReader._setup_parser_source()

FileNotFoundError: [Errno 2] File tpu_train/metadata/results.csv does not exist: 'tpu_train/metadata/results.csv'

@shawngraham shawngraham changed the title FileNotFoundError: [Errno 2] File tpu_train/metadata/results.csv does not exist: 'tpu_train/metadata/results.csv' FileNotFoundError May 2, 2020
@shawngraham
Copy link
Author

I'm sorry: this is the same issue as 10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant