Closed jerebertho closed 3 months ago
Learning phase speed is now printed with other computation times.
Changing the multi-modular steps printing from stderr to stdout made it not being printed live, this PR adds some fflush(stdout) to return to the previous behavior.
fflush(stdout)
Learning phase speed is now printed with other computation times.
Changing the multi-modular steps printing from stderr to stdout made it not being printed live, this PR adds some
fflush(stdout)
to return to the previous behavior.