Skip to content

Commit

Permalink
hip looper functions without print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
rcoreilly committed Oct 16, 2024
1 parent 4224e36 commit 827444e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions leabra/hip.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
package leabra

import (
"fmt"

"cogentcore.org/core/base/errors"
"cogentcore.org/core/math32"
"github.com/emer/emergent/v2/etime"
Expand Down Expand Up @@ -239,10 +237,8 @@ func (net *Network) ConfigLoopsHip(ctx *Context, man *looper.Manager) {
ca1FromCa3.WtScale.Abs = 1
if ctx.Mode == etime.Test {
ca3FromDg.WtScale.Rel = 1 // weaker
fmt.Println("test:, rel = 1")
} else {
ca3FromDg.WtScale.Rel = dgPjScale
fmt.Println("train, rel:", dgPjScale)
}
net.GScaleFromAvgAct()
net.InitGInc()
Expand Down

0 comments on commit 827444e

Please sign in to comment.