You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am looking at the SequenceToSequence class. It requires the target inputter to be a of inputters.WordEmbedder while inputters.SequenceRecordInputter raises an exception. The source inputter can be of either type.
Are there any design/practical reasons necessitating the limitation?
What would be the best way if I want to add support for a inputters.SequenceRecordInputter target inputter in SequenceToSequence?
The text was updated successfully, but these errors were encountered:
veskoch
changed the title
Making target inputters accept SequenceRecordInputter types?
Allowing target inputters to accept SequenceRecordInputter dtype
Jun 26, 2018
Thank for the fast reply. Yes, my goal is to produce vectors. I have encoded both the source input and the target output as one-hot vectors in a .tfrecord file.
Hi –
I am looking at the
SequenceToSequence
class. It requires the target inputter to be a ofinputters.WordEmbedder
whileinputters.SequenceRecordInputter
raises an exception. The source inputter can be of either type.Are there any design/practical reasons necessitating the limitation?
What would be the best way if I want to add support for a
inputters.SequenceRecordInputter
target inputter inSequenceToSequence
?The text was updated successfully, but these errors were encountered: