TCAN
TCAN copied to clipboard
A PyTorch implementation of the TCAN model in "Temporal Convolutional Attention-based Network For Sequence Modeling".
Bumps [tensorflow-gpu](https://github.com/tensorflow/tensorflow) from 1.12.0 to 2.12.0. Release notes Sourced from tensorflow-gpu's releases. TensorFlow 2.12.0 Release 2.12.0 TensorFlow Breaking Changes Build, Compilation and Packaging Removed redundant packages tensorflow-gpu and tf-nightly-gpu. These...
Bumps [numpy](https://github.com/numpy/numpy) from 1.14.2 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...
***TCAN论文TA部分所提出的softmax方式导致模型使用了未来时间步的信息。*** Hi, your idea of involving attention mechanism in TCN looks like a natural and effective improvement, and the results presented is very promising. ***However, the vertical softmax you proposed...
Thanks for sharing the code, Is your TCAN model (and code) able to handle variable-length sequences?
你好请问运行main时,出现如下错误: RuntimeError: CUDA error: invalid device ordinal (我只有一块GPU 如何解决呢