Skip to content

Commit

Permalink
Lecture 6
Browse files Browse the repository at this point in the history
  • Loading branch information
glouppe committed Mar 13, 2024
1 parent 6a4a40e commit 4b5d3f1
Show file tree
Hide file tree
Showing 11 changed files with 23,454 additions and 146 deletions.
9 changes: 6 additions & 3 deletions assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,15 @@ strong {
background-color: #FFFF00;
}

.smaller {
.smaller, .smaller .katex {
font-size: 1.2em;
}

.smaller-x {
.smaller2, .smaller2 .katex {
font-size: 1.0em;
}

.smaller-x, .smaller-x .katex{
font-size: 0.8em;
}

Expand All @@ -120,7 +124,6 @@ strong {
.katex {
color: #356aaf;
font-size: 18pt;

}

.black-slide .katex, .black-slide h1 {
Expand Down
120 changes: 60 additions & 60 deletions code/lec5-convnet.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit 4b5d3f1

Please sign in to comment.