`to_out` bias
JamesDeAntonis opened this issue · 3 comments
JamesDeAntonis commented
Hi again,
Could you make it qkvo_bias
instead? We would also like to not have bias for to_out
Thanks!
lucidrains commented
@JamesDeAntonis interesting! usually the outward projection does have bias - can you point me at the implementation where it does not, or is this some in-house architecture?
lucidrains commented
@JamesDeAntonis https://github.com/lucidrains/performer-pytorch/releases/tag/1.0.7 attn_out_bias = False
for you and your team
JamesDeAntonis commented
thanks!