Ryze

Results 4 issues of Ryze

thanks for building this work and sharing it. I want to know how to use my own dataset, when I use inference download of img2dataset package to create my local...

在附录里公式28,前半部分的分母应该是除以Sout吧,还是dout有其它含义?

在定义Hessian矩阵的时候,矩阵的大小为什么是,为什么不与rows相关呢 self.H = torch.zeros((self.columns, self.columns), device=self.dev)

hi, thanks for your nice work, I tried set param quantize_output as True when quantize model,like follow code `def from_float(module, weight_quant='per_channel', act_quant='per_token', quantize_output=True)`, but the acc drop to 0 ,...