百科问答小站 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 网友的相关建议: 
      

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




  

相关话题

  南开大学软件学院怎么样? 
  请问这是四核还是双核四线程? 
  如果真的研究出了人工智能,第一批会投放到哪里? 
  没有顶会的CV/NLP方向的博士生毕业出路在哪里? 
  为什么手机核心数目提升的比计算机快? 
  如何将 C 语言发挥到极致? 
  有哪些职业容易被人工智能替代? 
  未来作曲编曲会因为AI智能编曲的壮大而彻底失业吗? 
  自动驾驶汽车在危险情况下可以不计后果地保护自己的主人吗? 
  未来十年,电脑数码领域的哪些技术变革给行业和日常生活带来重大改变? 

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





© 2024-11-21 - tinynew.org. All Rights Reserved.
© 2024-11-21 - tinynew.org. 保留所有权利