Open
Description
Feature request
I found that the Gounding DINO model IDEA-Research/grounding-dino-base
cann't be compiled.
When I use torch.comple(<The model>)
, it raises many error, such as TypeError: unhashable type: 'dict'
.
can this be implemented?
Motivation
It's very slow for Grounding DINO to perform batch inference, so I want some way to speed it up.
Your contribution
Not sure.