Skip to content

Commit

Permalink
gmt
Browse files Browse the repository at this point in the history
  • Loading branch information
rcoreilly committed Mar 8, 2024
1 parent 0157d52 commit 2e42733
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions examples/pcore_ds/params.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ var ParamSets = netparams.Sets{
"Layer.Learn.NeuroMod.BurstGain": "0.1", // 0.1 == 0.2 > 0.05 > 0.5 -- key lrate modulator
"Layer.Learn.RLRate.On": "true", // note: applied for tr update trials
"Layer.Learn.TrgAvgAct.On": "true", // true > false
"Layer.Acts.Mahp.Gbar": "0.0",
"Layer.Acts.Sahp.Gbar": "0.05", // todo test
"Layer.Acts.Mahp.Gbar": "0.01",
"Layer.Acts.Sahp.Gbar": "0.02", // todo test
},
Hypers: params.Hypers{
"Layer.Learn.NeuroMod.BurstGain": {"Tweak": "-"},
Expand Down
5 changes: 1 addition & 4 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw=
cloud.google.com/go v0.34.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw=
cogentcore.org/core v0.0.7-0.20240224002924-02e90b285442 h1:eVPDQ4dghrT4bpuUjiMStEDADP1mJKEZbJXVbIaz75U=
cogentcore.org/core v0.0.7-0.20240224002924-02e90b285442/go.mod h1:q2sMuu0eWdsvhO04FfKs90VcptWoVjK/HuvO3TpaRFc=
cogentcore.org/core v0.0.8-0.20240307214857-ea8edef99371 h1:okqFIgpoBhDfjehCmb6xezV+bpB37xZsCeGudAzK9S4=
cogentcore.org/core v0.0.8-0.20240307214857-ea8edef99371/go.mod h1:86eoGoMKgZgLm1o/zEP5m3iRUb1+xLKX0+jLaTQKeBI=
dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU=
Expand Down Expand Up @@ -169,8 +167,7 @@ github.com/mitchellh/go-homedir v1.1.0 h1:lukF9ziXFxDFPkA1vsr5zpc1XuPDn/wFntq5mG
github.com/mitchellh/go-homedir v1.1.0/go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrkLzIz1N1q0pr0=
github.com/mitchellh/mapstructure v1.1.2/go.mod h1:FVVH3fgwuzCH5S8UJGiWEs2h04kUh9fWfEaFds41c1Y=
github.com/pelletier/go-toml v1.2.0/go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/94hg7ilaic=
github.com/pelletier/go-toml/v2 v2.1.1 h1:LWAJwfNvjQZCFIDKWYQaM62NcYeYViCmWIwmOStowAI=
github.com/pelletier/go-toml/v2 v2.1.1/go.mod h1:tJU2Z3ZkXwnxa4DPO899bsyIoywizdUvyaeZurnPPDc=
github.com/pelletier/go-toml/v2 v2.1.2-0.20240227203013-2b69615b5d55 h1:CJwoX/v1ZWNj0Ofn62jvQDRuH3/hIHMqCQxbkzq2m5Y=
github.com/pelletier/go-toml/v2 v2.1.2-0.20240227203013-2b69615b5d55/go.mod h1:tJU2Z3ZkXwnxa4DPO899bsyIoywizdUvyaeZurnPPDc=
github.com/phpdave11/gofpdf v1.4.2/go.mod h1:zpO6xFn9yxo3YLyMvW8HcKWVdbNqgIfOOp2dXMnm1mY=
github.com/phpdave11/gofpdi v1.0.12/go.mod h1:vBmVV0Do6hSBHC8uKUQ71JGW+ZGQq74llk/7bXwjDoI=
Expand Down

0 comments on commit 2e42733

Please sign in to comment.