Skip to content

yngtdd/transformer

Repository files navigation

Transformer

Build docs


Installation

hatch build

Documentation

Docs are built alongside our source code and hosted here. When offline, a local version of the same documenation can be served in the browser using

hatch run docs:serve

Tests

The test suite can be run, with coverage, using

hatch run cov

Development and Exploration

A Jupyter Lab instance can be launched from any of the project directories using the following command. This will launch Jupyter Lab within the examples/notebooks directory.

hatch run dev:lab

If you would like something more lightweight, iPython is also included

hatch run dev:ipython

About

Pytorch implementation of the Transformer model

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published