Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

data_a & testloader.dataset() #7

Open
guozhonghao1994 opened this issue Aug 6, 2018 · 0 comments
Open

data_a & testloader.dataset() #7

guozhonghao1994 opened this issue Aug 6, 2018 · 0 comments

Comments

@guozhonghao1994
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant