keras-question-and-answering-web-api
keras-question-and-answering-web-api copied to clipboard
Question answering system developed using seq2seq and memory network model in Keras
Hi @chen0040 , I am running your code while running python squad_explore.py i am getting an error **"ModuleNotFoundError: No module named 'keras_question_and_answering_system'"** but this keras_question_and_answering_system is a folder name i...
`{'num_input_question_tokens': 3989, 'num_input_paragraph_tokens': 5002, 'num_target_tokens': 3429, 'input_paragraph_max_seq_length': 298, 'input_question_max_seq_length': 32, 'target_max_seq_length': 36} 2077 520 /usr/local/lib/python3.6/dist-packages/keras/engine/topology.py:2361: UserWarning: Layer decoder_lstm was passed non-serializable keyword arguments: {'initial_state': [, ]}. They will not be...