
深度学习生存指南
文章平均质量分 81
github_4546
瓜瓜这么可爱,为什么要吃瓜瓜?
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
深度学习模型的可视化技术总结
可视化技术总结 关键字 :Visualizing intermediate convnet outputs ,Deep Visulization Tools 卷积神经网络的可视化方法可以分为两种方式: 保存训练后的权重等个训练参数的value以后,即借助绘图工具可视化, 借助深度学习的可视化的工具也能实现可视化. 比如tensorflow下面的tensorBorad; PyTorch下面的...转载 2018-09-06 16:18:14 · 2568 阅读 · 0 评论 -
MXNet 分布式环境部署
MXNet 分布式环境部署 2. 分布式部署方法 假设有两台主机ip地址分别是xxx.xxx.xxx.114 和 xxx.xxx.xxx.111 这两台主机的环境如下 ubuntu Server 16.04SLT python3.6| anaconda3 opencv3 cuda8 cudnn7 2.2 Step1. 搭建MxNet环境 根据文献1以源代码的方式安装MxNe...原创 2018-09-12 17:44:45 · 922 阅读 · 0 评论 -
Distributed TensorFlow
Distributed TensorFlow 星期三, 12. 九月 2018 05:40下午 by zhen Todo list: 1. Distributed TensorFlow简介 2. Distributed TensorFlow的部署与运行 3. 对3个台主机做多卡GPU和两台主机做多卡GPU的结果作对比 Distributed TensorFlow 意在使用...原创 2018-09-12 17:46:28 · 483 阅读 · 0 评论 -
tensorflow: a Implementation of rotation operation (旋转的函数实现方法)
tensorflow: a Implementation of rotation operation (旋转的函数实现方法) 关键字: rot90, tensorflow 问题描述 tensorflow对tensor的翻转操作并未实现, 仅有针对3D tensor的tf.image.rot() 而在大多数的情况下使用的是4D形式的tensorf, [B,W,H,C]. 但是通过查...原创 2018-09-12 17:52:29 · 1379 阅读 · 0 评论