Skip to content
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

[Bug]: __step() method of WeightsBoundaryCalculator executes eagerly #29

Open
gfouilhe opened this issue Apr 28, 2023 · 0 comments
Open
Assignees
Labels
bug Something isn't working

Comments

@gfouilhe
Copy link

Module

None

Contact Details

No response

Current Behavior

The execution is eager. This is because mangled name isn't supported.

Expected Behavior

Execution in graph.

Version

v0.1.0

Environment

- OS:
- Python version:
- Tensorflow version:
- Packages used version:

Relevant log output

WARNING:tensorflow:AutoGraph could not transform <bound method WeightsBoundaryCalculator.__step of <tensorflow.python.eager.function.TfMethodTarget object at 0x7fba8c7b8a00>> and will run it as-is.
Cause: mangled names are not yet supported.

To Reproduce

just call WeightsBoundaryCalculator.__step

@gfouilhe gfouilhe added the bug Something isn't working label Apr 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants