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
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'
The text was updated successfully, but these errors were encountered:
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
Hi,
Just trying to work through your example colab notebook. I work through the cells, upload the titanic.csv, and get
The text was updated successfully, but these errors were encountered: