pytorch-handbook icon indicating copy to clipboard operation
pytorch-handbook copied to clipboard

4.1 Fine tuning 模型微调 忘记分享数据文件

Open pblh123 opened this issue 3 years ago • 2 comments

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'

pblh123 avatar Sep 16 '20 05:09 pblh123

作者在这段代码前提供了官方下载链接 https://www.kaggle.com/c/dog-breed-identification/data 如果没有谷歌账号的话,可以使用这个链接:https://pan.baidu.com/s/16NVaedhp_Jw08IKkBIE32g 提取码:5d2d

sz350317121 avatar Sep 18 '20 11:09 sz350317121

谢谢,哈

zergtant avatar Sep 22 '20 03:09 zergtant