ENLCA icon indicating copy to clipboard operation
ENLCA copied to clipboard

typo

Open rongleiji opened this issue 2 years ago • 0 comments

if is_query:
    data_dash = ratio * (
        torch.exp(data_dash - diag_data ) + eps)
else:
    data_dash = ratio * (
        torch.exp(data_dash - diag_data ) + eps)

rongleiji avatar Aug 28 '22 21:08 rongleiji