Skip to content

Commit dd9b168

Browse files
committed
update slides
1 parent d041f53 commit dd9b168

16 files changed

+248
-54
lines changed

.vscode/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
{
2+
"markdown.extension.toc.plaintext": true
23
}

Project.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,17 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
2323

2424
[compat]
2525
ArgParse = "1.1"
26-
Pipe = "1.3"
27-
Distributions = "0.23"
28-
Debugger = "0.6"
2926
Convex = "0.13"
30-
SCS = "0.6"
27+
Debugger = "0.6"
28+
Distributions = "0.23"
3129
Flux = "0.11"
30+
IJulia = "1.21"
31+
Pipe = "1.3"
3232
PyCall = "1.91"
33-
Zygote = "0.5"
3433
PyPlot = "2.9"
34+
SCS = "0.6"
3535
StatsBase = "0.33"
36-
IJulia = "1.21"
36+
Zygote = "0.5"
3737
julia = "1.4.1"
3838

3939
[extras]

presentation/README.md

Whitespace-only changes.

presentation/make.jl

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
import Remark
1+
using Remark, FileWatching
22

3-
slideshowdir = Remark.slideshow(
4-
".",
5-
options = Dict("ratio" => "16:9"),
6-
title = "Meta-Learning and Differentiable Convex Optimization with Flux and Zygote",
7-
)
8-
9-
# # Open presentation in default browser.
10-
# Remark.open(slideshowdir)
3+
while true
4+
Remark.slideshow(
5+
@__DIR__;
6+
options = Dict("ratio" => "16:9"),
7+
title = "Meta-Learning and Differentiable Convex Optimization with Flux and Zygote",
8+
)
9+
@info "Rebuilt"
10+
FileWatching.watch_folder(joinpath(@__DIR__, "src"))
11+
end
25.4 KB
Loading
28.6 KB
Loading
127 KB
Loading
347 KB
Loading
Loading
-352 KB
Binary file not shown.

0 commit comments

Comments
 (0)