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
I was trying to finetune Owl-ViT, and I came across this backward pass error. I investigated and found out that the error is the operator "/=" which does an inplace operation.
At lines:
System Info
Google Colab
Who can help?
@ArthurZucker
@amyeroberts
Information
Tasks
examples
folder (such as GLUE/SQuAD, ...)Reproduction
https://colab.research.google.com/drive/1GfspAHLGTMmzfNShAVebzM04s32q1LKb?usp=sharing
Expected behavior
I was trying to finetune Owl-ViT, and I came across this backward pass error. I investigated and found out that the error is the operator "/=" which does an inplace operation.
At lines:
transformers/src/transformers/models/owlvit/modeling_owlvit.py
Line 1296 in 4e8929d
transformers/src/transformers/models/owlvit/modeling_owlvit.py
Line 1297 in 4e8929d
The text was updated successfully, but these errors were encountered: