Skip to content

Why tflearn disables executing eagerly ? #1170

Description

@consultantmuthu

I have following code,

import tensorflow as tf
print(tf.version )
tf.executing_eagerly()

===> It prints 2.9.2 and True

!pip install tflearn
import tflearn as tfl
print(tf.version )
tf.executing_eagerly()

===> It prints 2.9.2 and False

Why? I was expecting it to be True after importing TFLearn.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions