Skip to content
Snippets Groups Projects
Commit 8c5a701e authored by Pat Alt's avatar Pat Alt
Browse files

take out redundant lines in grid_search

parent 4577b4a4
No related branches found
No related tags found
1 merge request!7669 initial run including fmnist lenet and new method
......@@ -25,11 +25,6 @@ function grid_search(
tuning_params = [Pair.(k, vals) for (k, vals) in pairs(tuning_params)]
grid = Iterators.product(tuning_params...)
outcomes = Dict{Any,Any}()
# Save:
if !(is_multi_processed(PLZ) && MPI.Comm_rank(PLZ.comm) != 0)
Serialization.serialize(joinpath(grid_search_path, "$(replace(lowercase(dataname), " " => "_")).jls"), outcomes)
end
# Search:
counter = 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment