pdf2md.net returns it as prose
The rows run into one another and the header runs into the first row. The whole fifteen-page file contains no pipe table at all.
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 table rows in the file
| 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) |
103 table rows across 10 tables