Skip to content

Commit

Permalink
bin/moons_demo_parallel.ml better settings
Browse files Browse the repository at this point in the history
  • Loading branch information
lukstafi committed Nov 10, 2024
1 parent 9ca154d commit 30509ec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bin/moons_demo_parallel.ml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ let experiment ~seed ~backend_name ~config () =
(* Utils.settings.debug_log_from_routines <- true; *)
let hid_dim = 16 in
(* let hid_dim = 4 in *)
(* let batch_size = 120 in *)
let batch_size = 60 in
let batch_size = 120 in
(* let batch_size = 60 in *)
(* let batch_size = 20 in *)
let len = batch_size * 20 in
let init_lr = 0.1 in
(* let epochs = 10 in *)
let epochs = 40 in
let epochs = 10 in
(* let epochs = 20 in *)
(* let epochs = 1 in *)
let noise () = Rand.float_range (-0.1) 0.1 in
let moons_flat =
Expand Down

0 comments on commit 30509ec

Please sign in to comment.