From: François Fleuret Date: Sat, 22 Jul 2023 21:19:15 +0000 (+0200) Subject: Update. X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=picoclvr.git;a=commitdiff_plain;h=7aef882f33f5ca180a9a9c11c5aab8ce0f099685 Update. --- diff --git a/graph.py b/graph.py index 08f1170..bd80187 100755 --- a/graph.py +++ b/graph.py @@ -20,8 +20,8 @@ def save_attention_image( attention_matrices, # list of 2d tensors T1xT2, T2xT3, ..., Tk-1xTk # do not draw links with a lesser attention min_link_attention=0, - # draw only the strongest links necessary to reache - # min_total_attention + # draw only the strongest links necessary so that their summed + # attention is above min_total_attention min_total_attention=None, # draw only the top k links k_top=None,