Skip to content
Snippets Groups Projects
Commit 917c9649 authored by Pat Alt's avatar Pat Alt
Browse files

uh

parent b2dd5b94
No related branches found
No related tags found
No related merge requests found
# Other:
/artifacts/
/.quarto/
/Manifest.toml
......
[artifacts-]
git-tree-sha1 = "e3f16ca5d1a5e2563b71b2193bfc879500366f50"
git-tree-sha1 = "c757fad1336914313574b87ee59db6b0d53ca176"
lazy = true
[[artifacts-.download]]
sha256 = "7eb03f2ebe00b238c8f6986009ff13c1870be04e79da4a72131ad11fc9a58623"
url = "https://github.com/pat-alt/ECCCo.jl.git/releases/download/artifacts-1.8/artifacts-.tar.gz"
sha256 = "96a7550f4dabe3cd7eec5e21a0a56ec9b4283ab3f5f7f7da42716e2a12fa123d"
url = "https://github.com/pat-alt/ECCCo.jl/releases/download/results-paper-submission-1.8.5/artifacts-.tar.gz"
No preview for this file type
No preview for this file type
No preview for this file type
......@@ -164,11 +164,11 @@ end
```{julia}
# Hyper:
_retrain = false
_regen = false
_retrain = true
_regen = true
# Data:
n_obs = 10000
n_obs = nothing
counterfactual_data = load_mnist(n_obs)
counterfactual_data.X = pre_process.(counterfactual_data.X)
counterfactual_data.generative_model = vae
......
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