koba-jon / pytorch_cpp

Deep Learning sample programs using PyTorch in C++
MIT License
245 stars 52 forks source link

Temporal Convolution Network (TCN) #20

Closed neon5d closed 2 years ago

neon5d commented 2 years ago

I checked your examples but I still cannot figure out how to build TCN using Pytorch C++. Can you give me guidance? or It would be great if the TCN example is added. Thank you

koba-jon commented 2 years ago

TCN is not implemented in this repository. I plan to add it in the future, and I don't know when it will be. Thank you!

neon5d commented 2 years ago

Thank you for your quick reply and your consideration. It would be a great help to see the example soon. Thank you,