-
Notifications
You must be signed in to change notification settings - Fork 1
Issues: haifeng-jin/keras-source
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
In keras code, we usually don't use executing_eagerly to do the check, since it will return false when code is in the body of tf.function (which is mostly the case). We use tf.compat.v1.executing_eagerly_outside_functions to the actual check of whether eager is enabled or not.
#4
opened Oct 8, 2021 by
haifeng-jin
For the tracking part, we might want to add something about recursive sub module tracking.
#2
opened Oct 8, 2021 by
haifeng-jin
ProTip!
no:milestone will show everything without a milestone.