pdf2md.net 把它还成了流水账
行和行黏在一起,表头也黏进了第一行。整份十五页文件里一张管道表都没有。
Layer Type Complexity per Layer Sequential Maximum Path Length Operations Self-Attention O(n 2 · d) O(1) O(1) Recurrent O(n · d 2 ) O(n) O(n) Convolutional O(k · n · d 2 ) O(1) O(logk(n)) Self-Attention (restricted) O(r · n · d) O(1) O(n/r)
整份文件 0 行表格
| Layer Type | Complexity per Layer | Sequential Operations | Maximum Path Length | |---|---|---|---| | Self-Attention | O(n2 · d) | O(1) | O(1) | | Recurrent | O(n · d2 ) | O(n) | O(n) | | Convolutional | O(k · n · d ) | O(1) | O(logk(n)) | | Self-Attention (restricted) | O(r · n · d) | O(1) | O(n/r) |
10 张表格共 103 行