Skip to content

Commit

Permalink
increase model grid_shape in opt_baseline_drive_refine.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rythorpe committed Jun 5, 2024
1 parent c941170 commit 3670a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rs_dd_project/opt_baseline_drive_refine.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
target_sr_unconn = {cell: rate * 0.4 for cell, rate in
target_sr.items()}

net = L6_model(grid_shape=(12, 12), layer_6_fb=layer_6_fb, rng=rng)
net = L6_model(grid_shape=(16, 12), layer_6_fb=layer_6_fb, rng=rng)
net, dpls = sim_net_baseline(net.copy(), sim_time, burn_in_time,
poiss_params=poiss_params, clear_conn=clear_conn,
n_trials=n_trials, n_procs=n_procs, rng=rng,
Expand Down

0 comments on commit 3670a2f

Please sign in to comment.