Seq2Seq-Vis icon indicating copy to clipboard operation
Seq2Seq-Vis copied to clipboard

creating a s2s.yaml file

Open jipgogak opened this issue 5 years ago • 2 comments

Following the instructions we have been able to obtain all the parameters that must be included in de s2s.yaml file except one. However we do not know where and how to obtain the train.h5 file. Could anybody help us? Thanks

jipgogak avatar Mar 12 '19 19:03 jipgogak

My guess is the train.h5 file is your original states.h5 that gets generated from the extract_context.py while preparing your data.

mohammedayub44 avatar Oct 02 '19 17:10 mohammedayub44

You can generate train.h5 using this: https://github.com/HendrikStrobelt/LSTMVis/blob/master/docs/chapter/tools.md#convert-.txt-to-.h5-and-.dict

dattatreya303 avatar Oct 15 '19 16:10 dattatreya303