Skip to content

Commit

Permalink
add call to ApplyParams so DA burst/gain actually get set from contro…
Browse files Browse the repository at this point in the history
…l panel..
  • Loading branch information
frankmj authored Nov 24, 2024
1 parent c0129ea commit 4dfa3b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ch9/sir/sir.go
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,7 @@ func (ss *Sim) NewRun() {
ctx.Reset()
ctx.Mode = etime.Train
ss.Net.InitWeights()
ss.ApplyParams()
ss.InitStats()
ss.StatCounters()
ss.Logs.ResetLog(etime.Train, etime.Epoch)
Expand Down

0 comments on commit 4dfa3b7

Please sign in to comment.