-
Notifications
You must be signed in to change notification settings - Fork 17
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
Implicit call()
for models/layers not working
#106
Labels
bug
Something isn't working
Comments
tatianacv
changed the title
Implicit
Implicit Nov 30, 2023
call()
for Model call()
for Model not working
Can you change the comment for test 2 to refer to this new issue instead of #24?
|
khatchad
added a commit
to ponder-lab/ML
that referenced
this issue
Nov 30, 2023
|
khatchad
added a commit
to ponder-lab/ML
that referenced
this issue
Nov 30, 2023
Since the super class |
khatchad
added a commit
that referenced
this issue
Dec 4, 2023
Make the comment for test `tf2_test_model_call2` refer to the correct issue #106 Co-authored-by: Raffi Khatchadourian <raffi.khatchadourian@hunter.cuny.edu>
khatchad
added a commit
that referenced
this issue
Dec 11, 2023
Workaround #106. The real fix should use the XML summaries.
khatchad
referenced
this issue
in ponder-lab/ML
Dec 16, 2023
Workaround #106. The real fix should use the XML summaries.
khatchad
changed the title
Implicit
Implicit Jan 19, 2024
call()
for Model not workingcall()
for models/layers not working
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug in processing the call for
call(...)
when calling the model (line 36)ML/com.ibm.wala.cast.python.test/data/tf2_test_model_call2.py
Lines 6 to 36 in eec6f81
Similar to #24 for
__call__
, thecall(..)
method does not appear in the callgraph.The text was updated successfully, but these errors were encountered: