ZHIPENG个人笔记

Wisdom and beauty form a very rare combination.


  • 首页

  • 归档

  • 关于 & 留言

  • 大计划

  • 阁楼

  • 分类

  • Search

C常用函数实现

Posted on 2019-11-26 | In 读书笔记
Softmax1234567891011121314151617181920212223242526//查找最大元素float max_element(float* src, int count){ float max = src[0]; for (size_t i = 0; ...
Read more »

TensorRT推理加速

Posted on 2019-11-14 | In AiSpeech
TensorRT的使用 定义预处理和后处理函数如下: 冻结图 导入Keras模型,将变量转换为常量并删除用于模型训练的节点。 get_freeze_session():返回冻结图形。 TF引擎 init(): 初始化,以设置TF图的会话。 infer(): 推理,即对一个输入图像进行推理并得到 ...
Read more »

英文自我介绍和PS

Posted on 2019-11-04 | In 读书笔记
自我介绍12345678910111213141516171819Good afternoon, teachers. Thank you for taking your time. It’s really my honor to have this opportunity to take part ...
Read more »

tensorflow框架

Posted on 2019-10-31 | In TensorFlow
Tensorflow框架重点 Tensorflow使用了自动化构建工具bazel、脚本语言调用c或cpp的包裹工具swig、使用EIGEN作为矩阵处理工具、Nvidia-cuBLAS GPU加速计算库、结构化数据存储格式protobuf Link Swig 1. Simplified Wr ...
Read more »

Mac源码编译安装tensorflow

Posted on 2019-10-29 | In AiSpeech
Mac源码编译安装tensorflow1. 安装 Bazel注意版本 macOS CPU 版本 Python 版本 编译器 编译工具 tensorflow-1.13.1 2.7、3.3-3.6 XCode 中的 Clang Bazel 0.19.2 tensorflow-1.12.0 ...
Read more »

Git版本控制

Posted on 2019-10-16 | In 读书笔记
Git命令 1. 注册Github账号,让Git 知道这台电脑做的修改要连结到哪一个使用者12git config --global user.name "<Your Name>"git config --global user.email "< your@gmail.com &g ...
Read more »

GRE and Toefl Writing

Posted on 2019-10-16 | In 读书笔记
1234567891011121314151617181920212223//Reference: https://www.time4writing.com/writing-resources/writing-five-paragraph-essays-for-standardized-test// ...
Read more »

Toefl Speaking

Posted on 2019-10-16 | In 读书笔记
All children should be required to learn a second language in school. P s, I‘d like to think… Firstly, I once read a . It said p tend to be m becaus ...
Read more »
1234…9
ZHIPENG

ZHIPENG

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