08 2019 档案

摘要:经过网上查找,找到了问题所在:在使用keras编程模式是,中间插入了tf.reshape()方法便遇到此问题。 解决办法:对于遇到相同问题的任何人,可以使用keras的Lambda层来包装张量流操作,这是我所做的: 阅读全文
posted @ 2019-08-30 10:51 泊月居 阅读(3046) 评论(0) 推荐(0)
摘要:用了pip install pydot; pip install graphviz都不行 去网上查了才发现window下要去https://graphviz.gitlab.io/下载windows版本的安装包,安装好之后在环境变量中添加对应的路径重启ide 阅读全文
posted @ 2019-08-28 17:01 泊月居 阅读(4629) 评论(0) 推荐(0)
摘要:使用keras做vgg16的迁移学习实验,在实现的过程中,冒各种奇怪的bug,甚至剪贴复制还是出问题。 解决方案: 当使用组合keras和tensorflow.keras时。由于版本不一致问题导致很多正常的功能不能实现,只使用一个问题解决。 阅读全文
posted @ 2019-08-27 22:39 泊月居 阅读(165) 评论(0) 推荐(0)
摘要:Configuring the Object Detection API on Windows is a tricky task. You will find the answer in the following links. https://www.cnblogs.com/jqpy1994/p/ 阅读全文
posted @ 2019-08-11 15:43 泊月居 阅读(1130) 评论(0) 推荐(0)
摘要:refer this https://github.com/philferriere/cocoapi However, you may encounter a bug where you cannot open basestd.h. The solution is as follows: For t 阅读全文
posted @ 2019-08-11 10:52 泊月居 阅读(722) 评论(0) 推荐(0)