Hello. When using fit, tf prints progress of testing epochs. It is progressing arrow and value loss. What is interesting is that it prints on same line in terminal even if terminal window is shorter than line, so the line wraps. Yet tf is able to refresh values that are not on last line, but last two or more lines.
How is that achieved please? I have not found any method how to return start of print one or two lines above. Where is the code for that on github?
Thank you very much, Jan