microsoft / tensorwatch

Debugging, monitoring and visualization for Python Machine Learning and Data Science
MIT License
3.41k stars 362 forks source link

how to use lazy logging in google colab? #19

Open vainaixr opened 5 years ago

vainaixr commented 5 years ago

is it possible to do lazy logging in google colab?

sytelus commented 5 years ago

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.