We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2b79b8 commit 5724c70Copy full SHA for 5724c70
pyreason/scripts/learning/classification/classifier.py
@@ -37,7 +37,7 @@ def get_class_facts(self, t1: int, t2: int) -> List[Fact]:
37
facts.append(fact)
38
return facts
39
40
- def forward(self, x, t1: int, t2: int):
+ def forward(self, x, t1: int = 0, t2: int = 0):
41
"""
42
Forward pass of the model
43
:param x: Input tensor
0 commit comments