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

bloody hell

parent 0c057ef9
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,7 @@ x = select_factual(counterfactual_data, chosen) ...@@ -27,7 +27,7 @@ x = select_factual(counterfactual_data, chosen)
```{julia} ```{julia}
niter = 10 niter = 10000
nsamples = 100 nsamples = 100
plts = [] plts = []
for target in ce.data.y_levels for target in ce.data.y_levels
......
...@@ -13,7 +13,7 @@ end ...@@ -13,7 +13,7 @@ end
function EnergySampler( function EnergySampler(
ce::CounterfactualExplanation; ce::CounterfactualExplanation;
opt::JointEnergyModels.AbstractSamplingRule=ImproperSGLD(), opt::JointEnergyModels.AbstractSamplingRule=SGLD(),
niter::Int=100, niter::Int=100,
nsamples::Int=1000 nsamples::Int=1000
) )
......
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