Skip to content

Customise word embedding #3

@ChristopherLu

Description

@ChristopherLu

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions