Skip to content

data_a & testloader.dataset() #7

@guozhonghao1994

Description

@guozhonghao1994

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions