Skip to content
Snippets Groups Projects
  1. Jun 20, 2018
    • Jurica Seva's avatar
      fa6de06d
    • 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
  2. Jun 19, 2018
  3. Jun 15, 2018
  4. May 31, 2018
  5. May 30, 2018
  6. May 29, 2018
  7. May 25, 2018
  8. May 24, 2018
  9. May 23, 2018
  10. May 22, 2018
  11. May 17, 2018
  12. May 15, 2018
  13. May 14, 2018
  14. May 12, 2018