摘要: Ⅰ.How to 'Survey' the Article Read the Title and Keyword, Read the abstract Read the conclusions. 判断是否值得继续读。 Ⅱ. How to Read the Article Look at the ta 阅读全文
posted @ 2020-06-01 15:29 月夜_1 阅读(169) 评论(0) 推荐(0) 编辑
摘要: module ‘tensorflow’ has no attribute ‘get_default_graph’当我使用keras和tensorflow做深度学习的时候,python3.7报了这个错误,这个问题源自于keras和TensorFlow的版本过高导致模块不存在或者已经更改不再兼容 解决办 阅读全文
posted @ 2020-02-24 20:22 月夜_1 阅读(8246) 评论(0) 推荐(0) 编辑
摘要: c++中map与unordered_map的区别 头文件 map: #include < map > unordered_map: #include < unordered_map > 内部实现机理 map: map内部实现了一个红黑树,该结构具有自动排序的功能,因此map内部的所有元素都是有序的, 阅读全文
posted @ 2018-05-13 11:34 月夜_1 阅读(196) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2018-04-10 11:44 月夜_1 阅读(8) 评论(0) 推荐(0) 编辑
摘要: 在线编译网站: http://www.dooccn.com/cpp/ 刷题: https://leetcode.com/ https://leetcode-cn.com/ 阅读全文
posted @ 2018-04-04 09:58 月夜_1 阅读(133) 评论(0) 推荐(0) 编辑
摘要: 问题 使用anaconda切换虚拟环境后,使用pip安装包时,总是用的base环境的pip,包无法安装到虚拟环境中 解决办法 cd到anaconda3/envs目录,进入虚拟环境文件夹,再进入site-packages中,在该路径下执行 python -m pip install .. 阅读全文
posted @ 2022-04-22 10:49 月夜_1 阅读(301) 评论(0) 推荐(0) 编辑
摘要: 1决策树(Decision Trees)的优缺点 决策树的优点: 一、 决策树易于理解和解释.人们在通过解释后都有能力去理解决策树所表达的意义。 二、 对于决策树,数据的准备往往是简单或者是不必要的.其他的技术往往要求先把数据一般化,比如去掉多余的或者空白的属性。 三、 能够同时处理数据型和常规型属 阅读全文
posted @ 2022-02-22 11:29 月夜_1 阅读(1161) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/weixin_43899511/article/details/118659100 解决办法 师兄过来看到这个问题,熟练的一顿操作,嗯,熟练得让人有些心疼,话不多说上图。 点击这里,然后点加号 选python环境,然后给这个命名,然后找到要跑的那个py文件 阅读全文
posted @ 2022-02-07 15:24 月夜_1 阅读(808) 评论(0) 推荐(0) 编辑
摘要: pip install tensorflow-gpu==1.12.0 -i https://pypi.tuna.tsinghua.edu.cn/simple 阅读全文
posted @ 2022-02-03 19:26 月夜_1 阅读(139) 评论(0) 推荐(0) 编辑
摘要: https://blog.gxnuliw.cn/archives/324 阅读全文
posted @ 2021-10-12 22:51 月夜_1 阅读(56) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/qq_40329272/article/details/105727722 阅读全文
posted @ 2021-10-12 16:02 月夜_1 阅读(524) 评论(0) 推荐(0) 编辑
摘要: 拼命报错,折腾了一天 ValueError: Tensor Tensor("conv1d_20/BiasAdd:0", shape=(?, 27, 512), dtype=float32) is not an element of this graph. keras修改backend的方法 http 阅读全文
posted @ 2021-06-10 23:16 月夜_1 阅读(365) 评论(0) 推荐(0) 编辑
摘要: 波动是正常现象,而且你这个算法跑得还可以(可以看出train和val差的很少),你可以尝试学习率递减,因为你看到了后期train基本上没怎么动,而对val影响还不小,因此后期可以让学习率降低(反正acc上升空间也不大),然后多跑一会就行 Keras学习率调整 1. LearningRateSched 阅读全文
posted @ 2021-06-02 21:06 月夜_1 阅读(507) 评论(0) 推荐(0) 编辑
摘要: import torch torch.cuda.is_available() True torch.cuda.current_device() 0 torch.cuda.device(0) <torch.cuda.device object at 0x0000023034332438> torch. 阅读全文
posted @ 2021-05-15 13:47 月夜_1 阅读(2350) 评论(0) 推荐(0) 编辑
摘要: https://www.win7w.com/win10jihuo/18178.html#download 很多人都在找2019最新win10永久激活码,其实win10激活码不管版本新旧都是通用的,也就是说一个win10专业版key,可以同时激活windows10专业版 1909、1903、1809、 阅读全文
posted @ 2021-04-18 23:01 月夜_1 阅读(678415) 评论(0) 推荐(14) 编辑