@@ -60,7 +60,7 @@ |
||
| 60 | 60 | for ($i = 0; $i < count($this->nodes); $i++) { |
| 61 | 61 | $node = $this->nodes[$i]; |
| 62 | 62 | if ($node instanceof Neuron) { |
| 63 | - $iNode ++; |
|
| 63 | + $iNode++; |
|
| 64 | 64 | |
| 65 | 65 | if (count($characteristics) < $iNode + 1) { |
| 66 | 66 | throw new InvalidArgumentException('Loaded weights should match the layer structure '); |