-
Notifications
You must be signed in to change notification settings - Fork 255
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
运行gap.ipynb出现错误AttributeError: 'DirectoryIterator' object has no attribute 'nb_sample' #21
Comments
Keras 新版更新了API,可以直接 predict_generator,你可以去掉第二个参数 。 |
去掉第二个参数出现 代码是一样的 def write_gap(MODEL, image_size, lambda_func=None):
write_gap(ResNet50, (224, 224)) |
1.2.2 的话,可以传 generator.n |
这个代码的版本比较旧了,之后我找时间更新一下 |
好的谢谢你 ------------------ 原始邮件 ------------------
发件人: "杨培文 (Yang Peiwen)"<[email protected]>
发送时间: 2019年7月23日(星期二) 晚上8:30
收件人: "ypwhs/dogs_vs_cats"<[email protected]>;
抄送: "XZP"<[email protected]>;"Author"<[email protected]>;
主题: Re: [ypwhs/dogs_vs_cats] 运行gap.ipynb出现错误AttributeError: 'DirectoryIterator' object has no attribute 'nb_sample' (#21)
这个代码的版本比较旧了,之后我找时间更新一下
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
我也出现你这个问题,但是我把keras版本降低为1.2.2后就没出现这个错误了。 |
你运行都没问题吗? |
你还出现什么问题?还有一两个地方好像有问题需要改。 |
我切换了1.2.2之后运行gap.ipynb文件出现Error when checking : data should be a Numpy array, or list/dict of Numpy arrays. Found: None... |
是哪两个地方需要改,能帮忙说一下吗?keras新手都没弄过这个。感谢🙏 |
兄弟,我也是新手,你这个问题翻译过来就是你要用 .shape得是Numpy array格式的数据,不能是list/dict(列表或者字典)。这个不是代码的问题,是作者把代码分割成几部分了,他之前用的jupyter notebook所以没问题,但是我们直接 python运行代码就会有问题。你把作者代码整合一下把特征向量提取、特征向量导入,模型搭建和可视化、训练模型(除了‘’预测结果‘’之外,因为这个部分也有些问题,是版本的问题,我还没改过来,你改好了可以告诉我)放在一个python文件里,然后运行。这样你前面的结果就都可以了出来了。 |
我出现Traceback (most recent call last): |
你可以尝试使用 Ubuntu,或者你也可以尝试对 Windows 进行适配。 |
AttributeError: 'DirectoryIterator' object has no attribute 'nb_sample'
The text was updated successfully, but these errors were encountered: