From 537b48dc221ea5d375ac8f61603787bac49efc3c Mon Sep 17 00:00:00 2001 From: Přemysl Eric Janouch Date: Sat, 14 Dec 2024 22:56:26 +0100 Subject: deeptagger: flush batches So that crashes do not disturb the output as much. --- deeptagger/deeptagger.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/deeptagger/deeptagger.cpp b/deeptagger/deeptagger.cpp index 729eeac..4911b8d 100644 --- a/deeptagger/deeptagger.cpp +++ b/deeptagger/deeptagger.cpp @@ -315,6 +315,7 @@ run(std::vector &images, const Config &config, } } } + fflush(stdout); } // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- cgit v1.2.3-70-g09d2