neuron-selectivity-transfer icon indicating copy to clipboard operation
neuron-selectivity-transfer copied to clipboard

Results 4 neuron-selectivity-transfer issues
Sort by recently updated
recently updated
newest added

1. Why you select the Inception-BN as the student model here? What if you want to learn more compact and small-size student model, will this method still be applicable? 2....

Hi, you have import `tricky_resnet` in the symbol, but I can't find its source code.

你好 我看了paper,也读了源码 但是似乎源码中使用的是ResNet101而论文中将其写成ResNet1001,不知以哪一个为准 此外,inception BN的结构似乎也很大,所以是否理解为Inception BN相比较ResNet1001是一个更小的模型,起到了knowledge distill的作用? 谢谢