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

synthetic small sampling

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