笔记
秋名山怎么走阿
这个作者很懒,什么都没留下…
展开
-
解决AttributeError: module 'keras.backend' has no attribute 'control_flow_ops'
错误代码 File "D:\codeHub\keras-yolo3\yolo3\model.py", line 394, in yolo_loss _, ignore_mask = K.control_flow_ops.while_loop(lambda b,*args: b<m, loop_body, [0, ignore_mask])AttributeError: module 'keras.backend' has no attribute 'control_flow_ops'原创 2020-05-11 13:05:28 · 10449 阅读 · 10 评论 -
无需降级scipy的情况下解决AttributeError: module 'scipy.misc' has no attribute 'imread',imresize,imsave等问题
无需降级scipy的情况下解决AttributeError: module ‘scipy.misc’ has no attribute ‘imread’,和AttributeError: module ‘scipy.misc’ has no attribute 'imresize’和AttributeError:module ‘scipy.misc’ has no attribute 'imsav...原创 2020-04-13 18:56:42 · 13860 阅读 · 16 评论