From 7d4e3d445e47df7de9ea15d13cc6ce9d87c5ab3d Mon Sep 17 00:00:00 2001 From: root Date: Sun, 29 May 2022 21:30:03 -0600 Subject: [PATCH] Set environment TF log level --- notebooks/wut-train.ipynb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/notebooks/wut-train.ipynb b/notebooks/wut-train.ipynb index 5739a36..e8fb2be 100644 --- a/notebooks/wut-train.ipynb +++ b/notebooks/wut-train.ipynb @@ -27,6 +27,15 @@ "import numpy as np" ] }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "os.environ['TF_CPP_MIN_LOG_LEVEL'] = '3'" + ] + }, { "cell_type": "code", "execution_count": null,