This hits a byte mismatch on reshape_lazy: ``` reshape_lazy input bytes don't match output bytes input shape: float_type, {1, 3, 512, 512}, {786432, 1, 1536, 3} output shape: float_type, {1, 3, 256, 2, 256, 2}, {786432, 1, 3072, 1536, 768, 3} ```
This hits a byte mismatch on reshape_lazy: