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

(Realtime) Temporal Convolutions in PyTorch

Results 2 pytorch-tcn issues
Sort by recently updated
recently updated
newest added

Hi, I'm currently trying to implement the network architecture described in the paper ["User-Driven Fine-Tuning for Beat Tracking" by Pinto et al., 2021](https://www.mdpi.com/2079-9292/10/13/1518). Within this network architecture, the authors propose...

This PR adds support for TCN architectures as described in the paper ["User-Driven Fine-Tuning for Beat Tracking"](https://www.mdpi.com/2079-9292/10/13/1518) by Pinto et al., 2021. Within this network architecture, the authors propose the...