Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit 4ec23cb

Browse files
authored
Fix unassigned tf_contrib_err issue (#58)
1 parent d26ef6e commit 4ec23cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sparseml/tensorflow_v1/utils/variable.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
try:
2121
import tensorflow.contrib.graph_editor as graph_editor
2222
from tensorflow.contrib.graph_editor.util import ListView
23+
tf_contrib_err = None
2324
except Exception as err:
2425
graph_editor = None
2526
ListView = None

0 commit comments

Comments
 (0)