Skip to content

Commit

Permalink
Update dlfilter.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bbfrederick committed Oct 2, 2024
1 parent e7bf0de commit 4330aaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rapidtide/dlfilter.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
try:
import tensorflow.compat.v1 as tf

tf.compat.v1.logging.set_verbosity(tf.compat.v1.logging.ERROR)
# tf.compat.v1.logging.set_verbosity(tf.compat.v1.logging.ERROR)
if tf.__version__[0] == "2":
tfversion = 2
elif tf.__version__[0] == "1":
Expand Down

0 comments on commit 4330aaa

Please sign in to comment.