yhhhli / BRECQ

Pytorch implementation of BRECQ, ICLR 2021

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

激活值量化问题

liu-zhenhua opened this issue · comments

非常棒的工作,有一个小问题想请教一下~
在quant_block中有中间的激活层,但是在forward的时候没有使用,比如图中的conv1.activation_function
image
image
期待您的回答~

这个激活函数是conv1内部的,会在out=self.conv1(x)的forward函数中执行,对应quant_layer.py这一部分。
image

嗯嗯,看到了,多谢回复