justusschock / deep_alignment_network_pytorch

PyTorch Implementation of the Deep Alignment Network

Home Page:https://justusschock.github.io/deep_alignment_network_pytorch/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deep Alignment Network PyTorch

Build Status codecov

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.

Installation

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.

Poster (taken from original implementation)

About

PyTorch Implementation of the Deep Alignment Network

https://justusschock.github.io/deep_alignment_network_pytorch/

License:BSD 2-Clause "Simplified" License


Languages

Language:Python 79.2%Language:Jupyter Notebook 20.8%