Gürkan Soykan
Gürkan Soykan
Hello, I have the exact same problem, is there any solution to this? Thank u
I am interested in this!
@eldar I am also suffering from the same issue. Would you please upload the code that generates the test set? I am trying to replicate your work with Julia Lang...
Hello @solenetarride, after reviewing the implementation, I also couldn't find evidence of length normalization being employed. However, it seems that length normalization might be unnecessary in this particular context. The...
I've faced the same issue and have a more straightforward solution. The idea is to use indices with label fields for transformation. Here is what it looks like: ``` transformations...
Hey @ralienpp, I've been suffering from the same issue. But in the end, I understood why this was happening. I think it is while the model is running, there is...
why don't you use it like the following ? Is there any specific reason why you are returning 0 instead of matching attention map? ``` if len(complete_seqs_scores) == 0: return...
Hello, I'm encountering a similar issue. @IssamLaradji, for your AST case, I recommend referring to Table 3, where the ACC value is listed as **67.2.** However, it appears to differ...