4319机器学习简单数值题short
Sequential Depth Comparison
题目
For a length-512 sequence, how many sequential processing steps must a vanilla RNN execute, and how many sequential token-wise steps does a standard full-sequence Transformer need at inference once the whole block is available?
解题计时
0:00
提交作答时记录,用于后续平均用时统计。
你的答案
RNN
Transformer