DenseCL
DenseCL copied to clipboard
Dimensions of data
Thanks for the wonderful work about DenseCL.I have a code-related questions and want to consult with you.That is why the input len(x)==1 of DenseCLNeck, and what is the dimension of x[0]?
assert len(x) == 1
x = x[0]