tensorwatch icon indicating copy to clipboard operation
tensorwatch copied to clipboard

how to use lazy logging in google colab?

Open vainaixr opened this issue 5 years ago • 1 comments

is it possible to do lazy logging in google colab?

vainaixr avatar Jun 11 '19 20:06 vainaixr

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.

sytelus avatar Jun 11 '19 23:06 sytelus