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
Hi. Thank you for your contribution.
Can OTO be used for pruning Transformers? I want to apply it to a DETR-like object detection model(DINO:https://github.com/IDEA-Research/DINO). Is this feasible?
I tried oto = OTO(model, example_inputs)
and got this error:
The text was updated successfully, but these errors were encountered:
@huanghmingyue I agreed with @iamanigeeit that you need to consider use a newer pytorch for getting tracing graph. Transformer is supported such as bert and LLM. But some new transformers may require implement some unseen operators.
Hi. Thank you for your contribution.
Can OTO be used for pruning Transformers? I want to apply it to a DETR-like object detection model(DINO:https://github.com/IDEA-Research/DINO). Is this feasible?
I tried
oto = OTO(model, example_inputs)
and got this error:
The text was updated successfully, but these errors were encountered: