ZHIPENG个人笔记

Wisdom and beauty form a very rare combination.


  • 首页

  • 归档

  • 关于 & 留言

  • 大计划

  • 阁楼

  • 分类

  • Search

TOFLE Mistake

Posted on 2019-10-05 | In 读书笔记
写作部分: When they doing well -> when they perform well the reasons are as follow -> as follows But -> Yet To put it simplely -> simply I onc ...
Read more »

自己实现Op注册到tensorflow serving

Posted on 2019-09-20 | In AiSpeech
目的是云端算法中执行LSTM部分计算过程的加速,即用cu文件编译出so,用此so中的LSTM类或函数替代tf.LSTMCell进行运算。整个项目见Github,流程见博客,博主也刚入门cuda,欢迎留言探讨~ 使用自定义操作提供TensorFlow模型TensorFlow预先构建了一个广泛的操 ...
Read more »

LSTM的cuda加速

Posted on 2019-09-18 | In AiSpeech
TensorFlow LSTM benchmarkTensorFlow提供5种LSTM变体:(1)BasicLSTMCell,(2)LSTMCell,(3)LSTMBlockCell,(4)LSTMBlockFusedCell和(5)cuDNNLSTM 测试环境GTX1080Ti:seqLength ...
Read more »

tensorflow注册自己实现的Op

Posted on 2019-08-18 | In AiSpeech
目的是云端算法中执行LSTM部分计算过程的加速,即用cu文件编译出so,用此so中的LSTM类或函数替代tf.LSTMCell进行运算。整个项目见Github,流程见博客,博主也刚入门cuda,欢迎留言探讨~ 1. 源代码编译tensorflow因为我们要对tf库进行修改,所以需要用源码编译方 ...
Read more »

mac和服务器的挂载

Posted on 2019-07-26 | In 读书笔记
12345> brew install sshfs> brew update-reset> sshfs -C -o reconnect lizhipeng@10.12.8.26:/home/resources/lizhipeng /Users/zhipeng/win10/sshR ...
Read more »

Anaconda虚拟环境管理

Posted on 2019-07-23
Anaconda虚拟环境管理123456789conda env listconda remove -n py27tf15 --allconda create -n py27tf113 pip python=2.7source activate py27tf15export PIP_DEFAULT_ ...
Read more »

高软期末复习

Posted on 2019-07-05 | In 读书笔记
复习题 何为软件,画出硬件失效曲线和软件失效曲线示意图并给出解释,P3-P4. 答:软件由程序,数据结构和文档组成。硬件早期有设计缺陷磨损率较高,随着缺陷的修复磨损率趋于平稳,到达一定寿命时间会产生硬件磨损;而软件是逻辑的非物理的,理想情况下下降后不再升高,但实际每次软件更新迭代时会产生新的错误导致 ...
Read more »

二分查找总结

Posted on 2019-05-30 | In 算法
模板 1 - binary_search 没有重复元素时,目标值若存在,则返回索引;若不存在,返回 -1 存在重复元素时,目标值若存在,则返回最小索引;若不存在,返回 -1 模板 2 - lower_bound 返回大于(含等于)目标值的最小索引(第一个大于、等于目标值的索引返回0) ​ ...
Read more »
1…345…9
ZHIPENG

ZHIPENG

71 posts
14 categories
15 tags
RSS
© 2022 ZHIPENG
Powered by Hexo
|
Theme — NexT.Gemini v5.1.4