Set environment TF log level

master
root 2022-05-29 21:34:57 -06:00
parent 7d4e3d445e
commit b07f9d4e0f
1 changed files with 9 additions and 1 deletions

View File

@ -47,10 +47,18 @@
"outputs": [],
"source": [
"import os\n",
"\n",
"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,