百科问答小站 logo
百科问答小站 font logo



为什么有的 Vision Transformer 中的 key 不需要 bias ? 第1页

  

user avatar   donglixp 网友的相关建议: 
      

加和不加从结果上是等价的,BEiT在实现中去掉是为了fp16训练过程中数值稳定。

Both (i.e., with or without key.bias) are equivalent in terms of calculation results. They are canceled by the softmax function.

Softmax(q,k) = exp(q.weight * key.weight + q.bias * key.weight + q.weight * key.bias + q.bias * key.bias) / Z

Because the query is the same over all the keys, so the term (q.weight * key.bias + q.bias * key.bias) remains the same across all the keys, which in turn can be cancelled without affecting the softmax results.

exp(a)/(exp(a)+ exp(b)) == exp(a+C)/(exp(a+C)+ exp(b+C))


user avatar   tylin98 网友的相关建议: 
      

女王:求求题主放过我,我可不敢有什么政绩。。。




  

相关话题

  大一学生,刚开始学习编程,但感觉自己并没有天赋怎么办? 
  以目前 AI 的能力,可以在各行各业替代哪些方面的工作内容? 
  如何看待2019暴雪嘉年华现场Serral 1:4 败给AlphaStar? 
  有哪些比 Macbook 性价比高的笔记本? 
  免费了的win10为什么默认不带.net框架了? 
  如何简单形象又有趣地讲解神经网络是什么? 
  为什么Windows更新需要多次重启?而Linux不需要? 
  如果你是图灵测试者,你会问机器什么问题? 
  如何评价伊朗核科学家被 AI 辅助的遥控机枪杀死? 
  化工硕士在读是否该转行计算机? 

前一个讨论
为什么Transformer适合做多模态任务?
下一个讨论
20 年前的今天,中国正式加入世贸组织,20 年来为我们带来了哪些变化?





© 2025-04-13 - tinynew.org. All Rights Reserved.
© 2025-04-13 - tinynew.org. 保留所有权利