From 35a826b4d9ba7cff362ff28e88a4678c9dd546ba Mon Sep 17 00:00:00 2001 From: Wolfgang Stammer Date: Fri, 4 Oct 2024 19:45:21 +0200 Subject: [PATCH] Update perform_block_clustering.py --- perform_block_clustering.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perform_block_clustering.py b/perform_block_clustering.py index 7b654af..723f754 100644 --- a/perform_block_clustering.py +++ b/perform_block_clustering.py @@ -79,7 +79,7 @@ '0 indicates we just take that slot with the maximum slot attention value,' '1 indicates we take the maximum count of high attn weights (based on thresh_attn_ob_slots), ' 'otherwise those slots that contain a number of values above thresh_attn_obj_slots are chosen' - '(see retrievalbinder for usage)') + '(see neural_concept_binder.py for usage)') parser.add_argument('--num_clusters', type=int, default=8) parser.add_argument('--num_categories', type=int, default=3,