Skip to content

Commit

Permalink
Merge pull request #205 from wagenaartje/master
Browse files Browse the repository at this point in the history
Fix squash
  • Loading branch information
Juan Cazala authored Mar 15, 2017
2 parents 0b31eed + fefda2c commit bc28e5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/network.js
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,7 @@ Network.prototype = {
neuron.squash == Neuron.squash.TANH ? "TANH" :
neuron.squash == Neuron.squash.IDENTITY ? "IDENTITY" :
neuron.squash == Neuron.squash.HLIM ? "HLIM" :
neuron.squash == Neuron.squash.RELU ? "RELU" :
null;

neurons.push(copy);
Expand Down

0 comments on commit bc28e5d

Please sign in to comment.