Z.ZHANG

F1 Score (Macro, Micro, Weighted and Their Difference)

F1 Score is an evaluation metric that can be used for m…

Read more...

C++开发笔记

#ifndef 与 #define 的作用 在 C++ 开发过程中,我们经常在头文件(.h)中见到如下的代码:…

Read more...

Mac 华硕路由器 梅林固件 科学上网

由于新的梅林固件软件中心屏蔽了科学上网插件,安装的时候会提示非法,自动退出安装,需要手动修改脚本,绕过检测。 …

Read more...

视频制作工具

Keynote – 苹果演示文稿工具,其相比 PowerPoint 具有更流畅、自然的动画。 iM…

Read more...

Python Shallow and Deep Copy

一言以蔽之,Shallow Copy 不会递归地拷贝复合数据类型中的嵌套元素(如列表中的列表),因为其使用的是…

Read more...

TensorFlow 1.x Protobuf Inference

Inference code for protobufs in TensorFlow 1.x:

Read more...

WordPress 搭建与迁移教程 – 薅羊毛必备

博主因为常年薅各种云服务商的羊毛(AWS,GCP,Aliyun),所以需要经常迁移 WordPress,但是在…

Read more...

模型优化 – Model Optimization

模型优化的方法: Quantization Sparsity and Pruning Clustering h…

Read more...