We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Here is the error I got.
KeyError: 'Object name "CLIP_Adapter" does not exist in "TRAINER" registry' The new trainer file is here: https://github.com/gaopengcuhk/CLIP-Adapter/blob/main/clip_adapter.py
So does the Registry automatically detect the trainer if I used @TRAINER_REGISTRY.register() ?
The text was updated successfully, but these errors were encountered:
you need to put import clip_adapter somewhere in the main file so the compiler will find this line and compile the adapter code
import clip_adapter
Sorry, something went wrong.
I broke my head for 3-4 hours on this. Thanks a lot!
No branches or pull requests
Here is the error I got.
KeyError: 'Object name "CLIP_Adapter" does not exist in "TRAINER" registry'
The new trainer file is here:
https://github.com/gaopengcuhk/CLIP-Adapter/blob/main/clip_adapter.py
So does the Registry automatically detect the trainer if I used @TRAINER_REGISTRY.register() ?
The text was updated successfully, but these errors were encountered: