We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
moco/moco/builder.py
Line 50 in 5a429c0
Hello. I have a simple question about queue dimension in moco/builder.py
I noticed that K is a length of queue, and dim is a feature dimension.
K
dim
Isn't it faster accessing each feature with row major than accessing with column major?
Can anybody explain me why queue designed with dim [dim(feature), queue_length]?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
moco/moco/builder.py
Line 50 in 5a429c0
Hello. I have a simple question about queue dimension in moco/builder.py
I noticed that
K
is a length of queue, anddim
is a feature dimension.Isn't it faster accessing each feature with row major than accessing with column major?
Can anybody explain me why queue designed with dim [dim(feature), queue_length]?
The text was updated successfully, but these errors were encountered: