delete all abstract class

This commit is contained in:
hofee
2024-08-23 13:04:38 +08:00
parent eceedd5c15
commit 2503fca572
8 changed files with 4 additions and 44 deletions

View File

@@ -3,7 +3,7 @@ import PytorchBoot.stereotype as stereotype
@stereotype.loss_function("gf_loss")
class GFLoss:
def __init__(self, config):
def __init__(self, _):
pass
def compute(self, output, _):