Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

seq2seq example doesn't work #166

Closed
stylianos-kampakis opened this issue Apr 14, 2016 · 1 comment
Closed

seq2seq example doesn't work #166

stylianos-kampakis opened this issue Apr 14, 2016 · 1 comment

Comments

@stylianos-kampakis
Copy link

The line

decoding, _, sampling_decoding, _ = skflow.ops.rnn_seq2seq(in_X, in_y,encoder_cell, decoder_cell=decoder_cell)

does not seem to follow the function's declaration:

def rnn_seq2seq(encoder_inputs, decoder_inputs, cell, dtype=tf.float32, scope=None):

@ilblackdragon
Copy link
Contributor

https://github.com/tensorflow/tensorflow/blob/master/tensorflow/contrib/learn/python/learn/ops/seq2seq_ops.py has the functions definition matching example:

def rnn_seq2seq(encoder_inputs, decoder_inputs, encoder_cell, decoder_cell=None,
                dtype=dtypes.float32, scope=None):

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants