Skip to content
Snippets Groups Projects
  1. Jun 26, 2018
  2. Jun 22, 2018
  3. Jun 21, 2018
  4. Jun 20, 2018
    • Mario Sänger's avatar
      Fix seq2seq attention model · 821243cd
      Mario Sänger authored
      821243cd
    • Jurica Seva's avatar
      Added gold standard data.seq2seq with attention. Training works. Inference models have an error: · 5b5b290b
      Jurica Seva authored
      Traceback (most recent call last):
        File "seq2seq_attention.py", line 163, in <module>
          outputs=[decoder_out] + decoder_states )
        File "/home/sevajuri/anaconda3/lib/python3.6/site-packages/keras/legacy/interfaces.py", line 91, in wrapper
          return func(*args, **kwargs)
        File "/home/sevajuri/anaconda3/lib/python3.6/site-packages/keras/engine/topology.py", line 1811, in __init__
          str(layers_with_complete_input))
      RuntimeError: Graph disconnected: cannot obtain value for tensor Tensor("input_1_1:0", shape=(?, 27), dtype=float32) at layer "input_1". The following previous layers were accessed without issue: ['input_2']
      5b5b290b
  5. May 17, 2018
  6. Apr 27, 2018
  7. Mar 23, 2018
  8. Mar 14, 2018