You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 21, 2024. It is now read-only.
Some of the errors I faced were around the usage of rearrange here and here.
It also seems like einsum isn't supported. Even after replacing those OPs with equivalent alternatives. I'm still running into some reshape errors from hidet
AssertionError: , occurred when interpreting reshape with
tensor_reshape(tensor(...), [1023])
I can post additional info as needed, but wondering if you ran into those same errors or if I'm doing something incorrectly.
Thanks!
The text was updated successfully, but these errors were encountered:
Hello!
I was wondering if there was anything extra that needed to be done to get training with Hidet compiler working.
Out of the box I seem to be running into errors
Some of the errors I faced were around the usage of rearrange here and here.
It also seems like einsum isn't supported. Even after replacing those OPs with equivalent alternatives. I'm still running into some reshape errors from hidet
I can post additional info as needed, but wondering if you ran into those same errors or if I'm doing something incorrectly.
Thanks!
The text was updated successfully, but these errors were encountered: