[change_3d_tensors_to_4d]: 3D to 4D transformation of tensors. This transformation was needed to make QuartzNet compatible with other transformations (like LowerConvsToMatMul).
[test_4d_conversion]: added test cases for the 3D to 4D (tensor) transformation.
This pull request (PR) contains the changes from PR #17.
Also one more general thing: for future PRs, can you please ensure you have merged dev into the PR branch for any outstanding PRs, especially if there are conflicts?
[change_3d_tensors_to_4d]: 3D to 4D transformation of tensors. This transformation was needed to make QuartzNet compatible with other transformations (like LowerConvsToMatMul). [test_4d_conversion]: added test cases for the 3D to 4D (tensor) transformation.
This pull request (PR) contains the changes from PR #17.