Closed amjltc295 closed 5 years ago
When use_attention is set to False, we will get RuntimeError. See #181
Add the missing contiguous() when attention is set to False
I'm not sure if it is the correct solution, but it should have the same effect as #112m .
Why
When use_attention is set to False, we will get RuntimeError. See #181
How
Add the missing contiguous() when attention is set to False
I'm not sure if it is the correct solution, but it should have the same effect as #112m .