Skip to content

Commit

Permalink
major fixes to synaptic level processing: everything on GPU now, subm…
Browse files Browse the repository at this point in the history
…ean actually working properly at neuron level call, etc.
  • Loading branch information
rcoreilly committed Nov 26, 2024
1 parent b8ac3b8 commit b4f0669
Show file tree
Hide file tree
Showing 15 changed files with 3,490 additions and 288 deletions.
118 changes: 102 additions & 16 deletions axon/gosl.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion axon/layer.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion axon/layer.goal
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,7 @@ func (ly *Layer) SetWeights(lw *weights.Layer) error {
}
}
}
ly.AvgDifFromTrgAvg(ctx) // update AvgPct based on loaded ActAvg values
ly.Params.AvgDifFromTrgAvg(ctx) // update AvgPct based on loaded ActAvg values
return err
}

Expand Down
58 changes: 40 additions & 18 deletions axon/learn-layer.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b4f0669

Please sign in to comment.