tensorwatch
tensorwatch copied to clipboard
how to use lazy logging in google colab?
is it possible to do lazy logging in google colab?
Lazy logging requires separate process that you want to query. In Google Colab, everything runs in same Python kernel. So lazy logging is probably not useful there. However, TensorWatch also supports usual normal logging mode as well so you can just use that.