kaijieshi

Results 24 comments of kaijieshi
trafficstars

这和知识蒸馏里面的内容相关,原文有提到为什么用tempeature,知识蒸馏可以看《Distilling the Knowledge in a Neural Network》这篇文章。

Nan的话,按照2d里面的torch.randn改一下 另外hidden_planes = int(in_planes * ratios)改为hidden_planes = int(in_planes * ratios)+1即可。我现在重新改下代码。

代码改好了,你帮我改了个bug😁

我是按照《Dynamic Convolution: Attention over Convolution Kernels》这篇文章实现的。文章中图示了他的attention,就是简单的加权求和。 ![v2-253337874838d4b99e6a0609e6f0d150_720w](https://user-images.githubusercontent.com/19171201/91688992-d0906580-eb95-11ea-8db2-b848f0756838.png)

@AzinPoshtyar Do you reproduce the map?

Hi, where is the "standard.npy" comes from?