locuslab / TCN

Sequence modeling benchmarks and temporal convolutional networks
https://github.com/locuslab/TCN
MIT License
4.13k stars 875 forks source link

copy memory questions #66

Open GMCobraz opened 2 years ago

GMCobraz commented 2 years ago

Hi,

Good day. I notice that the sequence length for y is same as X in this case.

May I know how can we modify so that the sequence length for y is different from X? I did tried modified the seq length for y, but it end up error in cross entropy loss.

Hopefully can get reply soon Thanks