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

sample just 1

parent 0a2aa52d
No related branches found
No related tags found
1 merge request!7669 initial run including fmnist lenet and new method
...@@ -8,6 +8,6 @@ run_experiment( ...@@ -8,6 +8,6 @@ run_experiment(
sampling_steps=20, sampling_steps=20,
Λ=[0.25, 0.75, 0.75], Λ=[0.25, 0.75, 0.75],
opt=Flux.Optimise.Descent(0.01), opt=Flux.Optimise.Descent(0.01),
nsamples=10, nsamples=1,
nmin=10, nmin=1,
) )
\ No newline at end of file
...@@ -6,6 +6,6 @@ counterfactual_data, test_data = train_test_split( ...@@ -6,6 +6,6 @@ counterfactual_data, test_data = train_test_split(
run_experiment( run_experiment(
counterfactual_data, test_data; counterfactual_data, test_data;
dataname="Linearly Separable", dataname="Linearly Separable",
nsamples=10, nsamples=1,
nmin=10, nmin=1,
) )
\ No newline at end of file
...@@ -10,6 +10,6 @@ run_experiment( ...@@ -10,6 +10,6 @@ run_experiment(
sampling_steps=30, sampling_steps=30,
Λ=[0.25, 0.75, 0.75], Λ=[0.25, 0.75, 0.75],
opt=Flux.Optimise.Descent(0.05), opt=Flux.Optimise.Descent(0.05),
nsamples=10, nsamples=1,
nmin=10 nmin=1
) )
\ No newline at end of file
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