# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 1
# self = https://watcher.sour.is/conv/xgjsnoa
一文徹底搞懂 Transformer - 總體架構**
圖片\\*\\*\\*\\*\\*Transformer\\*\\*一、RNN 編碼器 - 解碼器架構\\_\\_\\*\\*\\*\\*\\*\\*序列到序列模型(Seq2Seq):Seq2Seq 模型的目標是將一個輸入序列轉換成另一個輸出序列,這在多種應用中都具有廣泛的實用價值,例如語言建模、機器翻譯、對話生成等。 圖片\\*\\*\\*\\*\\*\\*Seq2Seq\\*\\*\\*\\*\\*\\*RNN 編碼器 - 解碼器架構:\\*\\*Transformer 出來之前,主流的序列轉換模型都基於 ⌘ Read more