-
Notifications
You must be signed in to change notification settings - Fork 97
Open
Description
Hello! In the test section of triplet_train.py, what printed out is batch_idx * len(data_a)/len(test_loader.dataset). The batch_idx grows along with iterations, while the len(data_a) stays unchanged(default 512 seemingly). However, the length of the test_loader.dataset is 37720, as is given by the voxceleb1_test.txt. The numerator and denominator don't match well when the numerator grows really big. What's wrong here? Any good suggestion?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels