-
Boost Quantization Inference Performance
This artical summaries techniques utilized in convolution optimization for TVM. With AutoTVM empowered auto-tuning, carefully designed schedule algothrims and fine-grain computation manipulation may achieve impressive optimization results.
-
深度学习系统杂谈
两年前,当我参与到深度学习软件系统的研发和优化时,一个观念逐渐在我脑海中形成——相关的软硬件系统会逐步收敛成标准,或一两个巨无霸。两年过去了,深度学习生态有了很大的变化。 这篇文章主要分析当下深度学习系统的现状,对一些热门话题做一些探讨,简单谈一下对未来趋势的理解。
-
虚拟机与二进制翻译技术拾遗
虽然项目的成功与否不是技术能决定的,但技术依然长存,最多换个名字。
-
自动驾驶乱弹
一个可以明确的结论是,自动驾驶必将到来,不过还早。
-
QNNPACK 实现揭秘
QNNPACK 是 Facebook 开发的专门用于量化神经网络计算的加速库,其卓越的性能表现一经开源就击败了几乎全部已公开的加速算法。
-
农民工
「为什么要经常在水木发反映底层生活的帖子?为了让精英们知道国家的真实状况。因为据说这里精英云集。」
-
卷积神经网络优化算法
随着技术的发展,研究人员提出了多种卷积优化算法,包括 Im2col、Winograd 等等。本文简要介绍几种常见的优化方法,并讨论作者在该领域的一些经验。
-
Neural Network Pruning Papers
List some papers related to Neural Networks Pruning that I have read recently.
-
通用矩阵乘(GEMM)优化算法
本文简要介绍通用矩阵乘(General Matrix Multiplication)优化的基本概念和方法、神经网络量化中的优化方法。旨在帮助大家在概念中建立一些直觉,无甚高论。
-
神经网络量化简介
介绍神经网络量化相关理论、算术、数学、研究和实现。
-
Neural Network Quantization Resources
List resources on neural network quantization here. Quantization are moving from research to industry (I mean real applications) nowdays (as in the begining of 2019). Hoping that this list may help.
-
流浪地球
我认为改编电影是,一部以原著小说为背景,借鉴了瓦力、2001太空漫游、地心引力等影片的,具有浓烈中国特色的灾难片。
-
Neural Network Quantization Introduction
Brings Neural Network Quantization related theory, arithmetic, mathmetic, research and implementation to you, in an introduction approach.