Open Anirudh257 opened 3 years ago
Added x.contiguous() on line 232 to avoid this error:
RuntimeError: view size is not compatible with the input tensor's size and stride (at least one dimension spans across two contiguous subspaces). Use .reshape(...) instead.
For more information, check issue
Added x.contiguous() on line 232 to avoid this error:
For more information, check issue