delete all abstract class
This commit is contained in:
@@ -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, _):
|
||||
|
Reference in New Issue
Block a user