Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
philipperemy committed Jun 19, 2021
1 parent afeefad commit eb8bc2a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion keract/keract.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
from tensorflow.keras.models import Model
import tensorflow as tf

tf.compat.v1.experimental.output_all_intermediates(True)

if tf.__version__ == '2.5.0':
tf.compat.v1.experimental.output_all_intermediates(True)


def is_placeholder(n):
Expand Down

0 comments on commit eb8bc2a

Please sign in to comment.