Implement Dataset, Dataloader and DataModule class and fix SupervisedSolver
This commit is contained in:
committed by
Nicola Demo
parent
b9753c34b2
commit
c9304fb9bb
@@ -5,7 +5,7 @@ class ConditionInterface(metaclass=ABCMeta):
|
||||
|
||||
condition_types = ['physics', 'supervised', 'unsupervised']
|
||||
|
||||
def __init__(self, *args, **wargs):
|
||||
def __init__(self, *args, **kwargs):
|
||||
self._condition_type = None
|
||||
self._problem = None
|
||||
|
||||
|
||||
Reference in New Issue
Block a user