level 1
耶耶耶wohu
楼主
前几天尝试使用ResNet50进行预训练训练自己的数据集,用到了keras.applications.resnet.ResNet50(include_top=False, weights='imagenet', input_tensor=None, input_shape=None, pooling=None, classes=6)
最开始是程序需要从网站上下载一个.h5文件,但是下载太慢,根本下不下来。
然后我就把网上找到该.h5文件的资源,下载到本地,放在了.keras\.models 文件夹下,但是此时程序显示A local file was found, but it seems to be incomplete or outdated because the auto file hash does not match the original value of 4d473c1dd8becc155b73f8504c6f6626 so we will re-download,又开始重新下载了。。。。
有没有大佬救救孩子,孩子太惨了
2020年03月15日 02点03分
1
最开始是程序需要从网站上下载一个.h5文件,但是下载太慢,根本下不下来。
然后我就把网上找到该.h5文件的资源,下载到本地,放在了.keras\.models 文件夹下,但是此时程序显示A local file was found, but it seems to be incomplete or outdated because the auto file hash does not match the original value of 4d473c1dd8becc155b73f8504c6f6626 so we will re-download,又开始重新下载了。。。。
有没有大佬救救孩子,孩子太惨了