Closed TTYee closed 1 year ago
When using the squad dataset and bidaf model to train the QA task (question_answer.py), the training progress always maintains at 0% because of the slow speed of nn.LSTM.
use mindnlp.modules.StaticGRU and mindnlp.modules.StaticLSTM
mindnlp.modules.StaticGRU
mindnlp.modules.StaticLSTM
When using the squad dataset and bidaf model to train the QA task (question_answer.py), the training progress always maintains at 0% because of the slow speed of nn.LSTM.