All training pairs from different signers have been ignored #3
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I noticed in your
dataset_paris.pyline 56 has ignored all training pair whichlabel=2. So it means that you didn't train and test your model with signatures from different signers. Any specific reason for this?it's for further research,just ignore it.
lable2: means 'random_forgery'
okay understood. but if not training with
random_forgery, will the model converge well? Will it improve AUC if addrandom_forgeryinto the training set and mark as0?