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 get this error. TypeError: TextZeroShotDetectionModule.box_predictor() takes 1 positional argument but 3 were given
This happens when I use the official checkpoint (mentioned in the config file.) and also for the local checkpoint which I got after finetuning the model.
The text was updated successfully, but these errors were encountered:
Hi all,
I am trying to convert my trained jax checkpoint in to tfmodel using this notebook provided at owl_vit/notebook directory.
While trying to convert the checkpoint to model, at this stage of the notebook,
I get this error.
TypeError: TextZeroShotDetectionModule.box_predictor() takes 1 positional argument but 3 were given
This happens when I use the official checkpoint (mentioned in the config file.) and also for the local checkpoint which I got after finetuning the model.
The text was updated successfully, but these errors were encountered: