torphix / Transformer-Pytorch

Boilerplate for transformer architechture

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Transformer-Pytorch

When building Deep learning models the transformer architechture is often used, in particular Multi headed attention (MHA).

This repo is made to save me retyping out everything when ever I want to use MHA in a project.

Implemented in pytorch

About

Boilerplate for transformer architechture


Languages

Language:Python 100.0%