Closed TayJen closed 1 year ago
Hi @TayJen, thanks for pointing this out! Could you try running the script after removing add_beit_adapter_config
from everywhere? It's from an earlier dummy experiment.
About the caffe2
package, it seems to be required by detectron2, could you try running pip3 install caffe2
if you face any issues with that?
I am closing this issue due to inactivity. Feel free to re-open.
In
tools/analyze_model.py
file there are imports from oneformerHowever there is no such config function as
add_beit_adapter_config()
inoneformer/config.py
Also there are some troubles with using
tools/analyze_model.py
script, as it tries to import caffe2, but there is no such in installation or requirements.txt. (Here I just commented it. It seems like it would work without caffe2)