笔记
Moo~的秃头之路1024
这个作者很懒,什么都没留下…
展开
-
D5000和CC2000点表转换程序笔记
设置某一列的数据类型 h2[['间隔简称']] = h2[['间隔简称']].astype(str) 正则表达式,抓字符,注意第一行抓出来的是个列表,第二行取了列表的倒数第一个元素。 str_1 = re.findall('[\0-9]+', h2.间隔名称.at[i]) h2.间隔简称.at[i] = str_1[-1] ...原创 2022-03-11 16:24:55 · 276 阅读 · 0 评论 -
MIT论文复现记录
配虚拟环境,并且装python:(在anaconda3/envs路径下运行) conda create --name tf17-cpu python=3.6 ———————————————— 注:激活虚拟环境:(和win不一样) source activate tf17-cpu ———————————————— 装tensorflow: pip install tensorflow==1.7 -i https://pypi.douban.com/simple/ ———————————————— 注:激活虚拟原创 2021-05-17 22:12:23 · 107 阅读 · 0 评论 -
Cmake tensorflow笔记
百度搜Cmake tensorflow,出现类似以下这几篇 有一个缺图的文档在这里(重要) https://zhuanlan.zhihu.com/p/29029860?from_voters_page=true 其余几篇参考 https://blog.csdn.net/dageda1991/article/details/79721333 https://blog.csdn.net/h8832077/article/details/78988488 https://zhuanlan.zhihu.com/p/原创 2021-05-01 20:25:38 · 138 阅读 · 0 评论 -
cuda和cudnn特定版本的安装与配置
cuda介绍 https://blog.csdn.net/qq_42406643/article/details/109545766 https://www.cnblogs.com/marsggbo/p/11838823.html https://blog.csdn.net/wr1997/article/details/96846550 各版本cuda下载地址 https://developer.nvidia.com/cuda-toolkit-archive 安装时注意,第一次出现的是临时解压路径(装完会删原创 2021-05-01 17:03:50 · 156 阅读 · 0 评论 -
Ckmake及makefile的自学过程
按下列步骤即可完成学习 https://www.bilibili.com/video/BV13K411M78v https://www.bilibili.com/video/BV1Mx411m7fm https://blog.csdn.net/pdcxs007/article/details/8582559原创 2021-04-29 17:32:36 · 150 阅读 · 0 评论 -
一张图看懂机器学习和深度学习的区别
原创 2020-03-15 23:22:15 · 237 阅读 · 0 评论