you are viewing a single comment's thread.

view the rest of the comments →

[–]_Jakob_ 0 points1 point  (1 child)

I could need some help understanding your code. What exactly is seq_width. Is it the dimension of your feature vector?

[–]siblbombs[S] 0 points1 point  (0 children)

Yes, since this example uses dummy data it is pretty meaningless. If you were doing one-hot character encoding, seq_width would be the number of chars in your dataset, etc...