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 8fe2ba1 commit 0322741Copy full SHA for 0322741
chebai/result/utils.py
@@ -183,7 +183,7 @@ def evaluate_model_weights(
183
batch_size: int = 32,
184
skip_existing_preds: bool = False,
185
kind: str = "test",
186
-) -> Tuple[torch.Tensor, Optional[torch.Tensor]]:
+):
187
"""
188
Runs the model on the test set of the data module or on the dataset found in the specified file.
189
If buffer_dir is set, results will be saved in buffer_dir.
0 commit comments