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

polishing repo

parent 849f24f5
No related branches found
No related tags found
No related merge requests found
...@@ -3,5 +3,5 @@ git-tree-sha1 = "860ef374887cfbaa8eca835b574092678907e446" ...@@ -3,5 +3,5 @@ git-tree-sha1 = "860ef374887cfbaa8eca835b574092678907e446"
lazy = true lazy = true
[[artifacts-.download]] [[artifacts-.download]]
sha256 = "e0f9e32ceb9e70e43fde8dbd4ad3af6a701ac0c25633df259a7b79083fed2ae0" sha256 = "5ed618dd02df05991e02fe6d8eecf3ac604edafec95e07a85d0e3487baf46e4a"
url = "https://github.com/pat-alt/ECCCo.jl/releases/download/results-paper-submission-1.8.5/artifacts-.tar.gz" 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
...@@ -421,8 +421,6 @@ function _plot_eccco_mnist( ...@@ -421,8 +421,6 @@ function _plot_eccco_mnist(
plts = [plts..., plt] plts = [plts..., plt]
_count += 1 _count += 1
end end
# plts = plts[_plt_order]
# plts = [p1, plts...]
plt = Plots.plot(plts...; size=(img_height,img_height)) plt = Plots.plot(plts...; size=(img_height,img_height))
return plt, eccco_generator, ces return plt, eccco_generator, ces
...@@ -489,7 +487,7 @@ end ...@@ -489,7 +487,7 @@ end
``` ```
```{julia} ```{julia}
_regen_all_digits = true _regen_all_digits = false
if _regen_all_digits if _regen_all_digits
function plot_all_digits(rng=123;verbose=true,img_height=180,kwargs...) function plot_all_digits(rng=123;verbose=true,img_height=180,kwargs...)
plts = [] plts = []
......
No preview for this file type
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