-
Notifications
You must be signed in to change notification settings - Fork 206
Open
Description
hi,
really thanks for your impressive work !
just curious about if the training of base-lcm will contain all the steps below ?
def normalize(self, embeddings: Tensor) -> Tensor:
if self.config.with_fft:
embeddings = self.fft_transform(embeddings)
embeddings = (embeddings - self.center) / self.scale
if self.config.clip_proba is not None:
embeddings = torch.clamp(embeddings, min=self.clip_min, max=self.clip_max)
return embeddings
guangyuli-uoe
Metadata
Metadata
Assignees
Labels
No labels