pytorch-tcn icon indicating copy to clipboard operation
pytorch-tcn copied to clipboard

Add support for TCN architectures as described in "User-Driven Fine-Tuning for Beat Tracking" by Pinto et al., 2021

Open FabianB98 opened this issue 7 months ago • 0 comments

This PR adds support for TCN architectures as described in the paper "User-Driven Fine-Tuning for Beat Tracking" by Pinto et al., 2021. Within this network architecture, the authors propose the usage of a TCN where each TCN layer uses two separate sets of dilated convolutions, where one of the dilated convolutions has a dilation of twice that of the first dilated convolution.

Implements the functionality suggested in issue #14.

FabianB98 avatar Jul 05 '24 17:07 FabianB98