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
DATA_ROOT = 'data' all_labels_df = pd.read_csv(os.path.join(DATA_ROOT,'labels.csv')) all_labels_df.head()
FileNotFoundError: [Errno 2] No such file or directory: 'data/labels.csv'
The text was updated successfully, but these errors were encountered:
作者在这段代码前提供了官方下载链接 https://www.kaggle.com/c/dog-breed-identification/data 如果没有谷歌账号的话,可以使用这个链接:https://pan.baidu.com/s/16NVaedhp_Jw08IKkBIE32g 提取码:5d2d
Sorry, something went wrong.
谢谢,哈
No branches or pull requests
DATA_ROOT = 'data'
all_labels_df = pd.read_csv(os.path.join(DATA_ROOT,'labels.csv'))
all_labels_df.head()
FileNotFoundError: [Errno 2] No such file or directory: 'data/labels.csv'
The text was updated successfully, but these errors were encountered: