Background:
I'm a novice deep learning engineer, and I'm not good at TensorBoard yet
Problem:
I want to use a magic command, or some other ways, so jupyter notebook can save the output of a cell to a file in REAL-TIME, so I can see when training, what's the process, should I stop early, and so on.
I've tried %%capture
, but I can only see the results after execution, not in REAL TIME.