Jae-Hyun Park
Results
1
comments of
Jae-Hyun Park
trafficstars
I have simply solved it as follows: ``` 153 logit_scale = torch.clamp(self.logit_scale, max=torch.log(torch.tensor(1. / 0.01)).to(self.logit_scale.get_device())).exp() ```