Ankit Sharma

Results 2 comments of Ankit Sharma

Hello @farizrahman4u , I tried using attention seq2seq model, but got ShapeMismatch error. This error doesn't occur while using SimpleSeq2Seq model. Is there anything that I missing?

@farizrahman4u : Following code is from model.py file, i haven't changed much apart from the model name : ``` import os.path from keras.models import Sequential from seq2seq.models import AttentionSeq2seq from...