Skip to content

Commit

Permalink
Merge 0bb240f into 8b30e5a
Browse files Browse the repository at this point in the history
  • Loading branch information
bandreghetti committed Feb 5, 2021
2 parents 8b30e5a + 0bb240f commit ab07217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion weights.go
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ func GlorotEtAlN64(gain float64, s ...int) []float64 {
fieldSize := 1
switch len(s) {
case 0:
panic("Glorot Uniform only works with Tensors of dimensions >= 1")
panic("Glorot Normal only works with Tensors of dimensions >= 1")
case 1:
// treat it as a col vec
n1 = 1
Expand Down

0 comments on commit ab07217

Please sign in to comment.