Skip to content

Commit

Permalink
remove unnecessary eager call (#3145)
Browse files Browse the repository at this point in the history
BUG
  • Loading branch information
pyu10055 committed Apr 24, 2020
1 parent cf37db5 commit 309fb06
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@
from tensorflowjs.converters import graph_rewrite_util
from tensorflowjs import resource_loader

# enable eager execution for v2 APIs
tf.compat.v1.enable_eager_execution()

CLEARED_TENSOR_FIELDS = (
'tensor_content', 'half_val', 'float_val', 'double_val', 'int_val',
'string_val', 'scomplex_val', 'int64_val', 'bool_val',
Expand Down

0 comments on commit 309fb06

Please sign in to comment.