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

Merge branch '69-initial-run-including-fmnist-lenet-and-new-method' of...

Merge branch '69-initial-run-including-fmnist-lenet-and-new-method' of https://github.com/pat-alt/ECCCo.jl into 69-initial-run-including-fmnist-lenet-and-new-method
parents 2c457b05 6a1fcbd3
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( ...@@ -8,4 +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=1,
nmin=1,
) )
\ No newline at end of file
...@@ -6,4 +6,6 @@ counterfactual_data, test_data = train_test_split( ...@@ -6,4 +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=1,
nmin=1,
) )
\ No newline at end of file
...@@ -10,4 +10,6 @@ run_experiment( ...@@ -10,4 +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=1,
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