Skip to content

Commit

Permalink
Update view.js (#637)
Browse files Browse the repository at this point in the history
  • Loading branch information
lutzroeder committed Jun 29, 2024
1 parent 2a3b60b commit 7dc6b42
Show file tree
Hide file tree
Showing 3 changed files with 162 additions and 109 deletions.
3 changes: 2 additions & 1 deletion source/pytorch.js
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,8 @@ pytorch.Node = class {
this.inputs.push(argument);
} else {
const attribute = createAttribute(metadata, metadata.name, input.value);
this.attributes.push(attribute);
// this.attributes.push(attribute);
this.inputs.push(attribute);
}
break;
}
Expand Down
Loading

0 comments on commit 7dc6b42

Please sign in to comment.