Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
itai-berman committed Nov 18, 2024
1 parent 8c77a63 commit fbf4b7e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def substitute(self,
Graph after applying the substitution.
"""

# Create new node of layer convolution
# Create new node of layer Linear
if 1 not in func_node.weights:
Logger.critical(f'Weight input missing for node {func_node.name}.') # pragma: no cover
# Extract index of kernel and bias according to tensor_input_allocs if they were input as kwargs. If
Expand Down

0 comments on commit fbf4b7e

Please sign in to comment.