debias-vision-lang
debias-vision-lang copied to clipboard
A Prompt Array Keeps the Bias Away: Debiasing Vision-Language Models with Adversarial Learning [AACL 2022]
Hi, I want to reproduce the debiasing training using my own prompts. Do you plan to publish the training script, including the hyperparameters used? Thank you.
Getting the following error when trying to import the library: ModuleNotFoundError Traceback (most recent call last) [](https://localhost:8080/#) in () ----> 1 import debias_clip [/usr/local/lib/python3.10/dist-packages/debias_clip/__init__.py](https://localhost:8080/#) in 24 25 from .model import...