-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Hi, Nice repo!
I have a seq2seq problem where I try to 'translate' continuous sequences (e.g.,1.23, -0.56, 0.12) to integer sequence outputs (e.g., 0, 2 , 5 etc.).
For example,
An input sequence: [1.21, 0.62, 0.37, -0.61, -0.66, 1.89, 0.25, 0.68]
An output sequence: [3, 6, 5, 1]
Could you help instruct how to modify your code (esp. in word embedding) to serve the above task?
Metadata
Metadata
Assignees
Labels
No labels