自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 资源 (1)
  • 收藏
  • 关注

原创 Linux中htop使用详解

微信公众号top作为日常管理工作中最常用也是最重要的Linux系统监控工具之一,可以动态观察系统进程状况。但其缺点就是只支持键盘操作,显示也单调。现在有了一个更好的选择:htop。1. htop介绍htop是Linux系统下一个基本文本模式的、交互式的进程查看器,主要用于控制台或shell中,可以替代top,或者说是top的高级版。htop命令优点:快速查看关键性能统计数据,如...

2019-05-25 15:20:26 1033 1

原创 Keras中保存和加载权重及模型结构

微信公众号1. 保存和加载模型结构(1)保存为JSON字串json_string = model.to_json()(2)从JSON字串重构模型from keras.models import model_from_jsonmodel = model_from_json(json_string)(3)保存为YAML字串yaml_string = model....

2019-05-22 23:04:04 10258

原创 Show, Attend and Tell: Neural Image Caption Generation with Visual Attention

微信公众号Xu K, Ba J, Kiros R, et al. Show, attend and tell: Neural image caption generation with visual attention[C]//International conference on machine learning. 2015: 2048-2057.【1】Paper(ICML-2015)...

2019-05-16 11:28:18 1093

原创 【LeetCode】72. Edit Distance

微信公众号72.Edit DistanceDescription:Given two wordsword1andword2, find the minimum number of operations required to convertword1toword2.You have the following 3 operations permitted on a ...

2019-05-13 22:45:50 2771

原创 Keras多GPU及分布式训练模型

微信公众号【1】keras 关于使用多个 gpu地址:https://blog.csdn.net/MachineRandy/article/details/80040765【2】Keras多GPU及分布式地址:https://blog.csdn.net/qq_34564612/article/details/79209965...

2019-05-06 17:34:02 2020 1

C语言实现的霸气五子棋

C语言开发的五子棋,界面豪华,代码简单,便于深入学习C语言的学习和做C语言期末大作业的参考。

2014-08-28

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除