-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for New Auto-Tagging/Captioning Model/s Available #16
Comments
|
the new models: https://huggingface.co/Thouph |
Working on a |
balanced was chosen for now amongst all the effNet options: https://huggingface.co/Thouph/experimental_efficientnetv2_m_8035/blob/main/model_balanced.pth and the following two additional models will be excluded for the time being: |
Create a generic handler for all the auto-tag/caption model/s using the configs just created. GPU support: detect if GPU is available when user tries to enable GPU mode, if no gpu is present; then set mode back to cpu and display to user. |
I need to make additional edits to the naming conventions of zack's model & tags file to reflect the consistencies of the new config file |
code refactored to the following:
|
Several new model/s are available; The following must be done:
generic
handler for all the auto-tag/caption model/sThe text was updated successfully, but these errors were encountered: