Skip to content

Commit 5a01de2

Browse files
Remove tf.compat.v1 imports in granite/
No API changes were needed here. Reviewers: ondrasej, orodley, virajbshah Reviewed By: ondrasej Pull Request: #331
1 parent a032589 commit 5a01de2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

gematria/granite/python/gnn_model_base.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@
2626
from gematria.model.python import options
2727
import graph_nets
2828
import sonnet as snt
29-
import tensorflow.compat.v1 as tf
30-
import tensorflow as tf2
29+
import tensorflow as tf
3130
import tf_keras
3231

3332

0 commit comments

Comments
 (0)