Skip to content
Snippets Groups Projects
Commit c3e6ec34 authored by pat-alt's avatar pat-alt
Browse files

fixed bug

parent e0678c6e
No related branches found
No related tags found
1 merge request!7669 initial run including fmnist lenet and new method
...@@ -11,7 +11,7 @@ Perform a grid search over the hyperparameters specified by `tuning_params`. Exp ...@@ -11,7 +11,7 @@ Perform a grid search over the hyperparameters specified by `tuning_params`. Exp
""" """
function grid_search( function grid_search(
couterfactual_data::CounterfactualData, couterfactual_data::CounterfactualData,
test_data::CounerfactualData; test_data::CounterfactualData;
dataname::String, dataname::String,
tuning_params::NamedTuple, tuning_params::NamedTuple,
kwargs..., kwargs...,
......
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