From 926e777b82022a4fc9db95b58800364c23573d86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CAndrew?= Date: Fri, 22 Nov 2024 14:35:09 +0000 Subject: [PATCH] fixed --- rankers/train/loss/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/rankers/train/loss/__init__.py b/rankers/train/loss/__init__.py index 171928b..df34cec 100644 --- a/rankers/train/loss/__init__.py +++ b/rankers/train/loss/__init__.py @@ -1,3 +1,4 @@ +from abc import abstractmethod import torch.nn as nn import torch from torch import Tensor