We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e045ba1 commit c464d3aCopy full SHA for c464d3a
pina/problem/zoo/supervised_problem.py
@@ -30,7 +30,7 @@ def __init__(
30
Initialization of the :class:`SupervisedProblem` class.
31
32
:param input_: Input data of the problem.
33
- :type input_: torch.Tensor | LabelTensor | Graph | Data
+ :type input_: torch.Tensor | Graph
34
:param output_: Output data of the problem.
35
:type output_: torch.Tensor | LabelTensor | Graph | Data
36
"""
0 commit comments