TypeError: __new__() got an unexpected keyword argument 'serialized_options' 目前的解决方式(正在试水,完全解决后会回来更新,目前):pip install -U protobuf AttributeError: modul Read More
posted @ 2018-10-29 21:14 Happy_kong Views(1854) Comments(0) Diggs(0) Edit
安装了keras、theano之后,一直以为自己用的GPU,今天找到一个小程序测试一下,竟然一直在用CPU(黑人问号) 解决方案: pip list 查看有没有安装#tensorflow和tensorboard pip uninstall tensorflow pip uninstall keras Read More
posted @ 2018-08-10 17:29 Happy_kong Views(960) Comments(0) Diggs(0) Edit
参考https://blog.csdn.net/amds123/article/details/20342062 env.reset()返回的整数是我们的初始状态 另外:详细讲解 https://blog.csdn.net/zkh88010Ln3h21AJTH/article/details/782 Read More
posted @ 2018-07-04 20:34 Happy_kong Views(261) Comments(0) Diggs(0) Edit
参考https://www.cnblogs.com/CJOKER/p/8295272.html Read More
posted @ 2018-07-01 22:02 Happy_kong Views(118) Comments(0) Diggs(0) Edit
可以参考https://blog.csdn.net/u012436149/article/details/52870069 一般tensorflow的最后会出现 让人头大,啥意思呢? 它是函数入口,通过处理flag解析,然后执行main函数(或者接下来提到的xxx())(最后含有tf.app.run Read More
posted @ 2018-07-01 20:15 Happy_kong Views(1005) Comments(0) Diggs(0) Edit