This repository contains a delira
-compatible implementation of the Deep Alignment Network.
The original implementation can be found here and the paper is available on arXiv
An example using the HELEN dataset can be found in the notebooks folder.
This repository can be installed from pip via:
pip install deep-alignment-pytorch
or from source via
pip install git+https://github.com/justusschock/deep_alignment_network_pytorch
An installation from pip will be possible soon, once the complete repository setup is completed.