Z.ZHANG 9 月 26, 2022 1 min read F1 Score (Macro, Micro, Weighted and Their Difference) F1 Score is an evaluation metric that can be used for m… Read more...
Z.ZHANG 7 月 25, 2022 2 min read C++开发笔记 #ifndef 与 #define 的作用 在 C++ 开发过程中,我们经常在头文件(.h)中见到如下的代码:… Read more...
Z.ZHANG 8 月 13, 2021 2 min read Mac 华硕路由器 梅林固件 科学上网 由于新的梅林固件软件中心屏蔽了科学上网插件,安装的时候会提示非法,自动退出安装,需要手动修改脚本,绕过检测。 … Read more...
Z.ZHANG 6 月 7, 2021 1 min read 视频制作工具 Keynote – 苹果演示文稿工具,其相比 PowerPoint 具有更流畅、自然的动画。 iM… Read more...
Z.ZHANG 5 月 22, 2021 2 min read Python Shallow and Deep Copy 一言以蔽之,Shallow Copy 不会递归地拷贝复合数据类型中的嵌套元素(如列表中的列表),因为其使用的是… Read more...
Z.ZHANG 4 月 9, 2021 1 min read TensorFlow 1.x Protobuf Inference Inference code for protobufs in TensorFlow 1.x: Read more...
Z.ZHANG 10 月 22, 2020 12 min read WordPress 搭建与迁移教程 – 薅羊毛必备 博主因为常年薅各种云服务商的羊毛(AWS,GCP,Aliyun),所以需要经常迁移 WordPress,但是在… Read more...
Z.ZHANG 9 月 13, 2020 2 min read 模型优化 – Model Optimization 模型优化的方法: Quantization Sparsity and Pruning Clustering h… Read more...