Skip to content

seq2seq model issues? #1

Description

@jumerckx

Hello @ggordonhall ,
I'm really interested in this seq2seq implementation.
When I run it there seems to be a problem with data not being defined?
I've tried hcat the batches and zip Xs and Ys together

Xs = [hcat(x...) for x in Xs]
Ys = [hcat(y...) for y in Ys]
data = zip(Xs, Ys)

but when I run the train function I get an error with the loss:
MethodError: no method matching loss(::Array{Int64,2}, ::Array{Int64,2}).

I was wondering if you perhaps have made progress model?
Thanks,
Jules

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