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 51aa455 commit a02f410Copy full SHA for a02f410
integration_tests/basic_full_flow.py
@@ -50,5 +50,5 @@ def test_basic_fit(self):
50
def test_basic_fit_no_training(self):
51
model = MyModel(hidden_dim=2, output_dim=1)
52
x = np.random.random((128, 4))
53
- model.predict(x)
54
model(x)
+ model.predict(x)
0 commit comments