bugfix skip test split when empty
This commit is contained in:
@@ -76,5 +76,5 @@ class PyTorchMLPClassifier(BasePyTorchClassifier):
|
||||
squeeze_target_tensor=True,
|
||||
**self.trainer_kwargs,
|
||||
)
|
||||
trainer.fit(data_dictionary)
|
||||
trainer.fit(data_dictionary, self.splits)
|
||||
return trainer
|
||||
|
||||
Reference in New Issue
Block a user