Implement Dataset, Dataloader and DataModule class and fix SupervisedSolver
This commit is contained in:
committed by
Nicola Demo
parent
b9753c34b2
commit
c9304fb9bb
@@ -69,4 +69,4 @@ class OperationInterface(DomainInterface, metaclass=ABCMeta):
|
||||
if geometry.variables != geometries[0].variables:
|
||||
raise NotImplementedError(
|
||||
f"The geometries need to have same dimensions and labels."
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user