Seq2Seq-Vis
Seq2Seq-Vis copied to clipboard
Visualization for Sequential Neural Networks with Attention
Hi, Great work on the repository and the visualizations. This is very much useful. I had to create version specific pytorch models for this (using the custom install procedure) and...
Hi, Is the demo DE-EN model from the `http://seq2seq-vis.io/` available? I tried to use the EN-DE model from the OpenNMT webpage (http://opennmt.net/Models-py/) but I can't get it to work. When...
Hello there, First of all, thank you for releasing this amazing product. As a TensorFlow user, I was wondering if you plan to allow to load seq2seq model trained using...
On a Ubuntu 18.04 system, i the conda environment s2sv, with all requirements installed as specified in environment.yml. When running h5_to_faiss.py, there is an error with the the ELF header...
Hi, When I used your modified opennmt to prepare my model, I called like this: python extract_context.py -src s2s/src-train.txt -tgt s2s/tgt-train.txt -model s2s/demo-5.pt -batch_size 64 And I got this error:...
I tried starting training for my data in the downloaded OpenNmt with the following flags, python train.py -gpuid 2 -save_model training/models -data training/data/data -layers 6 \ -rnn_size 512 -word_vec_size 512...
scripts to create the FAISS index for tool