You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, may I know what is the Codebook Rotation Shape used during the training process? If it is 92232, calculating
dot_query_embed = -np.fabs(np.dot(query_quaternion, self.codebook_quaternion.transpose()))
with the training images (20000) will be very time-consuming.
The text was updated successfully, but these errors were encountered:
Hi, may I know what is the Codebook Rotation Shape used during the training process? If it is 92232, calculating
dot_query_embed = -np.fabs(np.dot(query_quaternion, self.codebook_quaternion.transpose()))
with the training images (20000) will be very time-consuming.
The text was updated successfully, but these errors were encountered: