diff --git a/source/pytorch.js b/source/pytorch.js index b8540a69f8..bf59eb1f96 100644 --- a/source/pytorch.js +++ b/source/pytorch.js @@ -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();