ModuleAttributeError: 'Rearrange' object has no attribute '_recipe' #146
Answered
by
arogozhnikov
samansarraf
asked this question in
Q&A
-
Hi all - surfing on the Internet and found this thread as the closest one to my issue. I trained some transformer models and when I save and load the models for prediction, I am getting this error :
My server has pre-installed the following packages: Your prompt help is much appreciated. |
Beta Was this translation helpful? Give feedback.
Answered by
arogozhnikov
Sep 23, 2021
Replies: 1 comment 1 reply
-
try using pip install einops==0.3.0, I think real issue is you pickled previous model |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
arogozhnikov
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
try using pip install einops==0.3.0, I think real issue is you pickled previous model