Skip to content

Commit

Permalink
boa param tweaks with gpu
Browse files Browse the repository at this point in the history
  • Loading branch information
rcoreilly committed Mar 20, 2024
1 parent a53e2b0 commit 5788957
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions examples/boa/params.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ var ParamSets = netparams.Sets{
}},
{Sel: "#SC", Desc: "",
Params: params.Params{
"Layer.Acts.KNa.Slow.Max": "0.2", // .1 still enough to shut off -- was .2
"Layer.Acts.KNa.Slow.Max": "0.8", // .8 reliable decreases -- could go higher
}},
////////////////////////////////////////////
// Cortical Prjns
Expand Down Expand Up @@ -178,8 +178,9 @@ var ParamSets = netparams.Sets{
}},
{Sel: ".VSPatchPrjn", Desc: "",
Params: params.Params{
"Prjn.PrjnScale.Abs": "4", // 3 orig
"Prjn.Learn.LRate.Base": "0.05", // 0.05 def
"Prjn.PrjnScale.Abs": "4", // 3 orig
"Prjn.Learn.Trace.LearnThr": "0",
"Prjn.Learn.LRate.Base": "0.05", // 0.05 def
}},
{Sel: "#CSToBLAPosAcqD1", Desc: "",
Params: params.Params{
Expand Down

0 comments on commit 5788957

Please sign in to comment.