Qingchao Shen
Qingchao Shen
I came cross the same crash. is there any workaround to solve the bug?
I came across the same issue when using `InstanceNorm2d`.
This is a bug about the LSTM layer. I'm not very familiar with the RNN network. For the LSTM model, why does `batch_size !=1` lead to a crash in TVM?...
@echuraev Thanks for your explanation, I'm leaning to fix this bug.
> @jikechao I quickly took a look at this issue, and it looks like that one of the possible solution might be in using `reshape` instead of `squeeze` implementation in...