keras_qa_based_question_selection icon indicating copy to clipboard operation
keras_qa_based_question_selection copied to clipboard

Keras-Based LSTM Conv model for Question Selection

Results 4 keras_qa_based_question_selection issues
Sort by recently updated
recently updated
newest added

2020-06-03 15:16:21,836 [line:132] ERROR need at least one param

Can you give me the datasets of trecqa,the fomat of pkl?Thank you very much!

training_set = pickle.load(open(filename,'rb')) have problem like follow. _pickle.UnpicklingError: the STRING opcode argument must be quoted Do you have raw dataset?

I've seen another similar implement of LSTM+CNN QA system which trains relatively fast compared to your code.So could you please tell me how long it takes to train 100 epochs...