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
Warring:
self.partitions[speaker_id].add(feature_np) The parameter 'x' is not provided.
and if
self.partitions[speaker_id].add(x=feature_np) The parameter 'n' is not provided.
self.global_index.add(concatenated) The parameter 'x' is not provided.
and if
self.global_index.add(x=concatenated) The parameter 'n' is not provided.
distances, indices = index.search(x=query, k=num_negatives) The parameter 'distances' is not provided. The parameter 'labels' is not provided. The parameter 'n' is not provided.
reconstructed = index.reconstruct(int(idx)) The parameter 'recons' is not provided.
The entire Python file have beed upload as a txt file
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Windows
FAISS = 1.9.0
Python = 3.10
Warring:
self.partitions[speaker_id].add(feature_np) The parameter 'x' is not provided.
and if
self.partitions[speaker_id].add(x=feature_np) The parameter 'n' is not provided.
self.global_index.add(concatenated) The parameter 'x' is not provided.
and if
self.global_index.add(x=concatenated) The parameter 'n' is not provided.
distances, indices = index.search(x=query, k=num_negatives) The parameter 'distances' is not provided. The parameter 'labels' is not provided. The parameter 'n' is not provided.
reconstructed = index.reconstruct(int(idx)) The parameter 'recons' is not provided.
The entire Python file have beed upload as a txt file
memorybank.txt
Beta Was this translation helpful? Give feedback.
All reactions