Skip to content

Commit

Permalink
add disable tensorflow debugging information post
Browse files Browse the repository at this point in the history
  • Loading branch information
Jencir Lee committed Jan 22, 2024
1 parent f9824c5 commit 422a5ee
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions _posts/2024-01-22-Disable-TensorFlow-Debugging-Information.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: Disable TensorFlow debugging information
layout: post
---

Set `TF_CPP_MIN_LOG_LEVEL` environment variable as in

```sh
TF_CPP_MIN_LOG_LEVEL=3 python3 -m unittest ...
```

0 comments on commit 422a5ee

Please sign in to comment.