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 b919326 commit 4e356b0Copy full SHA for 4e356b0
src/fibad/infer.py
@@ -111,7 +111,7 @@ def _save_batch(batch_results: Tensor):
111
save_batch_index(results_dir, np.array(object_ids), batch_nums[: len(object_ids)])
112
113
# Log completion
114
- logger.info(f"Inference Results saved in {results_dir}")
+ logger.info(f"Inference results saved in: {results_dir}")
115
116
117
def save_batch_index(results_dir: Path, ids: np.ndarray, batch_nums: np.ndarray):
0 commit comments