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? 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
Hello, Looking at the definition of the ViT-H-14 variant, the model does not have a sigmoid activation at the output. Are we supposed to add this, or just clamp the value between 0 and 1? It's currently unconstrained. https://github.com/LAION-AI/CLIP-based-NSFW-Detector/blob/main/h14_nsfw_model.py#L24 Commit is from @nousr, so perhaps you might now?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
Looking at the definition of the ViT-H-14 variant, the model does not have a sigmoid activation at the output. Are we supposed to add this, or just clamp the value between 0 and 1? It's currently unconstrained.
https://github.com/LAION-AI/CLIP-based-NSFW-Detector/blob/main/h14_nsfw_model.py#L24
Commit is from @nousr, so perhaps you might now?
The text was updated successfully, but these errors were encountered: