首页
学习
活动
专区
工具
TVP
发布

漫漫深度学习路

专栏作者
167
文章
213937
阅读量
54
订阅数
tensorflow(四十八): 使用tensorboard可视化训练出的文本embedding
对应 tensorflow 1.15版本 log_dir = "./logdir" metadata_path = os.path.join(log_dir, 'metadata.csv') names = ["苹果", "香蕉"] embs = [[1.0, 2.0, 0.1, 0.4], [1.0, 1.0, 0.1, 0.4]] # 1. 写 metadata.csv. 这里存的是对应的 embedding的 文本 with open(metadata_path, "w") as f:
ke1th
2022-10-04
1380
git subtree使用
在一个git项目下引用另一个项目的时,我们可以使用 git subtree。使用 git subtree 时,主项目下包含子项目的所有代码。
ke1th
2021-10-25
7900
tensorflow(四十七):tensorflow模型持久化
模型保存 from tensorflow import graph_util graph_def = tf.get_default_graph().as_graph_def() # variable 搞成常量节点放到 graph_def 中。并按照 输出 节点进行剪枝 constant_graph = graph_util.convert_variables_to_constants(sess, graph_def,
ke1th
2020-11-24
3220
tensorflow(四十六):传op name 还是tensor name
本文章对需要传 name 的一些api进行总结,明确下应该传的是 op name 还是 tensor name
ke1th
2020-11-24
8070
Learning to Learn by Gradient Descent by Gradient Descent网络前向计算图
Learning to Learn By Gradient Descent by Gradient Descent 前向计算图(黄色线表示梯度流动方向)
ke1th
2019-08-29
6820
python装饰器
https://www.liaoxuefeng.com/wiki/1016959663602400/1017451662295584
ke1th
2019-08-29
4320
sql:case when
https://www.cnblogs.com/kirinboy/archive/2010/01/11/1644108.html
ke1th
2019-08-14
5330
git 一些undo操作
使用git的时候经常会出现,“啊!,刚才提交的代码有问题,需要undo一下了” 这种情况,为了应对这种问题。本文介绍 git 的一些 undo 操作
ke1th
2019-08-14
5470
conda 虚拟环境
# 列出所有虚拟环境 conda env list # 创建虚拟环境 conda create -n name python=3.6 # 删除虚拟环境 conda remove -n name # 进入虚拟环境 source activate name (或者 conda activate name) # 退出虚拟环境 source deactivate (或者 conda deactivate)
ke1th
2019-08-01
1.1K0
10 Books that could Make you a Better C++ Programmer
I just recently read a post by Programming Zen on 10 recent books that will make you a better developer. I have a few books to add to the list although these may not be as recent and that are focused to C++... making my list really 10 classic books that will make you a better C++ developer J. Some of these books have multiple editions and the older ones can be bought cheaper and usually don’t have significant revisions. There’s one exception that I can think of,Deitel and Deitel (D&D). My copy was the 5th edition of the Deitel and Deitel book but from what I’ve heard, it fixed some voice issues and they have introduced lots of new material with each edition to address C++ and STL updates. Finally, if you’re looking for our list of Microsoft Press books for C++ developers, we have a great one on the developer center and I’ll exclude those from this list as this one is more personal and focused to books that have influenced me along the way as a developer. Here’s my list, in no particular order with exception for The Pragmatic Programmer, my dog-eared copy still serves as my developer mantra.
ke1th
2019-05-29
5480
register
In 16-bit mode, such as provided by the Pentium processor when operating as a Virtual 8086 (this is the mode used when Windows 95 displays a DOS prompt), the processor provides the programmer with 14 internal registers, each 16 bits wide. They are grouped into several categories as follows:
ke1th
2019-05-29
7700
What is IP Routing?
IP Routing is an umbrella term for the set of protocols that determine the path that data follows in order to travel across multiple networks from its source to its destination. Data is routed from its source to its destination through a series of routers, and across multiple networks. The IP Routing protocols enable routers to build up a forwarding table that correlates final destinations with next hop addresses.
ke1th
2019-05-29
5450
lamp on ubuntu
A "LAMP" stack is a group of open source software that is typically installed together to enable a server to host dynamic websites and web apps. This term is actually an acronym which represents the Linux operating system, with the Apache web server. The site data is stored in a MySQL database, and dynamic content is processed by PHP.
ke1th
2019-05-29
6670
(i++)+(++i)+(++i)+(++j)+(j++)问题
用 GNU GCC 编译器得出的结果是 7,,当不用volatile修饰变量时得到的结果是8,,
ke1th
2019-05-29
1.4K0
MPI错误:提示XXX Credentials for yyy rejected connecting to XXX
MPI错误:提示XXX Credentials for yyy rejected connecting to XXX
ke1th
2019-05-29
1.3K0
python codecs
版权声明:本文为博主原创文章,转载请注明出处。 https://blog.csdn.net/u012436149/article/details/53741277
ke1th
2019-05-29
5580
python numpy random
版权声明:本文为博主原创文章,转载请注明出处。 https://blog.csdn.net/u012436149/article/details/53706566
ke1th
2019-05-29
4110
tf-idf weighting
版权声明:本文为博主原创文章,转载请注明出处。 https://blog.csdn.net/u012436149/article/details/53420451
ke1th
2019-05-29
4880
word2vec
版权声明:本文为博主原创文章,转载请注明出处。 https://blog.csdn.net/u012436149/article/details/53214016
ke1th
2019-05-28
7031
卸载Cuda7.5
版权声明:本文为博主原创文章,转载请注明出处。 https://blog.csdn.net/u012436149/article/details/53163346
ke1th
2019-05-28
7090
点击加载更多
社区活动
Python精品学习库
代码在线跑,知识轻松学
热点技术征文第五期
新风口Sora来袭,普通人该如何把握机会?
博客搬家 | 分享价值百万资源包
自行/邀约他人一键搬运博客,速成社区影响力并领取好礼
技术创作特训营·精选知识专栏
往期视频·干货材料·成员作品·最新动态
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档