Skip to content

Commit

Permalink
hip opens but patterns need updated patgen
Browse files Browse the repository at this point in the history
  • Loading branch information
rcoreilly committed Dec 19, 2024
1 parent ff740e5 commit bd89784
Show file tree
Hide file tree
Showing 5 changed files with 277 additions and 139 deletions.
2 changes: 1 addition & 1 deletion axon/hip_net.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ func (hip *HipConfig) Defaults() {

// AddHip adds a new Hippocampal network for episodic memory.
// Returns layers most likely to be used for remaining connections and positions.
func (net *Network) AddHip(ctx *Context, hip *HipConfig, space float32) (ec2, ec3, dg, ca3, ca1, ec5 *Layer) {
func (net *Network) AddHip(hip *HipConfig, space float32) (ec2, ec3, dg, ca3, ca1, ec5 *Layer) {
// Trisynaptic Pathway (TSP)
ec2 = net.AddLayer2D("EC2", SuperLayer, hip.EC2Size.Y, hip.EC2Size.X)
ec2.SetSampleIndexesShape(emer.Layer2DSampleIndexes(ec2, 10))
Expand Down
128 changes: 128 additions & 0 deletions examples/hip/enumgen.go

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

Loading

0 comments on commit bd89784

Please sign in to comment.