Skip to content

Commit

Permalink
Update pytorch.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lutzroeder committed Sep 17, 2024
1 parent 037c36d commit f5f4006
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/pytorch.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ pytorch.Graph = class {
this.nodes = [];
this.inputs = [];
this.outputs = [];
this.groups = true;
this.name = name || '';
this.type = type;
const values = new Map();
Expand Down

0 comments on commit f5f4006

Please sign in to comment.