上一页 1 ··· 3 4 5 6 7 8 下一页
摘要: Computer.Vision.with.OpenCV.3.and.Qt5. 下载地址: http://www.foxebook.net/computer-vision-with-opencv-3-and-qt5/#download https://authorne.info/VHJJV2s1EDo 阅读全文
posted @ 2018-06-04 21:14 BreakofDawn 阅读(305) 评论(0) 推荐(0) 编辑
摘要: 问题描述:数据解析错误 解决方案: 上图网址:https://tieba.baidu.com/p/5630852260?red_tag=0698642778 确定为方案1:下载最新版 下载软件网址:http://www.bingdian001.com/?p=30 解压运行,效果如下:正常使用 阅读全文
posted @ 2018-06-04 08:28 BreakofDawn 阅读(29231) 评论(0) 推荐(0) 编辑
摘要: tf.truncated_normal tf.assign(A, new_number) tf.truncated_normal与tf.random_normal https://blog.csdn.net/u013713117/article/details/65446361 其他链接:https 阅读全文
posted @ 2018-06-03 10:47 BreakofDawn 阅读(123) 评论(0) 推荐(0) 编辑
摘要: tf.summary.scalar tf.summary.FileWriter tf.summary.histogram tf.summary.merge_all tf.equal tf.argmax tf.cast tf.div(x, y, name=None) tf.pow(x, y, name 阅读全文
posted @ 2018-05-31 08:59 BreakofDawn 阅读(1616) 评论(0) 推荐(0) 编辑
摘要: 切记:tensorflow中大小写非常有区别!! 3.2. 变量:创建、初始化、保存和加载: tf.Variable 6.3.1 ARRAY OPS tf.reshape(tensor, shape, name=None) 6.3.2. CLIENT class tf.Session tf.Sess 阅读全文
posted @ 2018-05-25 10:56 BreakofDawn 阅读(416) 评论(0) 推荐(0) 编辑
摘要: 遇到如下问题: 参考链接:https://blog.csdn.net/u012074597/article/details/78172398 正常使用一段时间出现下面问题: [I 10:08:42.884 NotebookApp] The port 8888 is already in use, t 阅读全文
posted @ 2018-05-23 10:17 BreakofDawn 阅读(370) 评论(0) 推荐(0) 编辑
摘要: 参考链接:https://blog.csdn.net/lanchunhui/article/details/49725065 阅读全文
posted @ 2018-05-22 16:09 BreakofDawn 阅读(64) 评论(0) 推荐(0) 编辑
摘要: 官网没有原生的支持: https://github.com/openai/gym#installation 目前,OpenAI Gym在Linux和OSX上支持Python 2.7。如果大家有足够的兴趣,他们也会考虑支持Python 3和Windows。 参考链接:http://www.infoq. 阅读全文
posted @ 2018-05-18 15:07 BreakofDawn 阅读(424) 评论(0) 推荐(0) 编辑
摘要: Deep_Learning_with_Python_Keras.pdf 链接: https://pan.baidu.com/s/1LjxTZh__tpuuKtzE0NNMBg 密码: ek2q 本书在线观看和本书作者twitter:(参考 https://blog.csdn.net/dongfang 阅读全文
posted @ 2018-05-15 16:31 BreakofDawn 阅读(211) 评论(0) 推荐(0) 编辑
摘要: 以CartPole-v0为例子: gym.make(‘CartPole-v0’) reset()函数详解 render()函数详解 step()函数详解 参考链接:https://zhuanlan.zhihu.com/p/26985029 阅读全文
posted @ 2018-05-14 10:27 BreakofDawn 阅读(317) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 下一页