随笔分类 - Projects
Transformer Concept Exploration and Practice in Pytorch
摘要:This post explores the principles about the impressive transformer structure and for downstream tasks, such as machine translate, it achieves the full implementation and training details.
Design of A Basic Computer Model With Stack Function
摘要:This post introduces how to design a basic computer model which can achieve commmon stack functions.