We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I don't see a primitive parameter here:
https://github.com/ponder-lab/samples/blob/39f7644391e664244b45c90868c804abad923eb3/tensorflow_keras_custom_layer/tensorflow_keras_custom_layer.py#L39-L57
I only see input_node here, but that should be a tensor:
input_node
https://github.com/ponder-lab/samples/blob/39f7644391e664244b45c90868c804abad923eb3/tensorflow_keras_custom_layer/tensorflow_keras_custom_layer.py#L60-L61
The text was updated successfully, but these errors were encountered:
!ENTRY edu.cuny.hunter.hybridize.core 1 0 2024-01-10 11:38:22.036 !MESSAGE Found constant value: 3 for parameter of: MyConvolution2D.call().
Sorry, something went wrong.
Fix #308.
85eb539
Account for self as being a potential parameter.
Merge pull request #314 from ponder-lab/308-potential-false-positive-…
8b0ae09
…on-primitive-parameter Fix #308
khatchad
Successfully merging a pull request may close this issue.
I don't see a primitive parameter here:
https://github.com/ponder-lab/samples/blob/39f7644391e664244b45c90868c804abad923eb3/tensorflow_keras_custom_layer/tensorflow_keras_custom_layer.py#L39-L57
I only see
input_node
here, but that should be a tensor:https://github.com/ponder-lab/samples/blob/39f7644391e664244b45c90868c804abad923eb3/tensorflow_keras_custom_layer/tensorflow_keras_custom_layer.py#L60-L61
The text was updated successfully, but these errors were encountered: