promptbind package

Subpackages

Submodules

promptbind.test_promptbind module

class promptbind.test_promptbind.PromptBindInference(config_path='args.yml')

Bases: object

load_args()
load_model()
run_inference()

Runs the inference process for the model.

This method sets the model to evaluation mode, logs the beginning of the test, and if the current process is the main process, it evaluates the model using the provided evaluation function. The evaluation metrics are then logged.

The method waits for all processes to complete before finishing.

Returns:

None

setup_accelerator()
setup_criterions()
setup_data_loaders()
setup_logger()

promptbind.train_promptbind module

promptbind.visualize_prompt_components module

promptbind.visualize_prompt_components.main(opt)

Module contents