paper:Be Your Own Teacher: Improve the Performance of Convolutional Neural Networks via Self Distillation
official implementation: https://github.com/luanyunteng/pytorch-be-your-own-teacher
前言
知识蒸馏作为一种流行的压缩方法&#…
算法:
这道题适合用迭代法,层序遍历:按层遍历,每次把每层最左边的值保存、更新到result里面。
看看Java怎么实现层序遍历的(用队列):
/*** Definition for a binary tree node.* public clas…
一、列表渲染
of 和 in 都是一样的效果
html代码:
<div id"app"><ul><li v-for"item of datalist">{{ item }}</li></ul><ul><li v-for"item in dataobj">{{ item }}</li></u…