Open blizzardwj opened 1 month ago
When the program stopped at this line, then I run this line sever times. The embeddings_tensor are changing all the time.
embeddings_tensor
# Encode the text to get the embeddings embeddings_tensor = self.model.encode_text(tokenized_text)
This tensor should be fixed for the same tokenized text.
When the program stopped at this line, then I run this line sever times. The
embeddings_tensor
are changing all the time.This tensor should be fixed for the same tokenized text.