yizhiwang96 / deepvecfont-v2

[CVPR 2023] DeepVecFont-v2: Exploiting Transformers to Synthesize Vector Fonts with Higher Quality
MIT License
68 stars 8 forks source link

Why pdb.set_trace() at def attention? #15

Open filipaldi opened 9 months ago

filipaldi commented 9 months ago

Hi @yizhiwang96, is there any particular reason for pdb.set_trace() at the def attention function? It traces if if mask is not None. I am experiencing entering the Pdb mode during the process. I've tried to debug it, but without a significant understanding of why it occurs. Could you please recall your intention?