Skip to content

Commit 4b5d3f1

Browse files
committed
Lecture 6
1 parent 6a4a40e commit 4b5d3f1

11 files changed

+23454
-146
lines changed

assets/style.css

+6-3
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,15 @@ strong {
101101
background-color: #FFFF00;
102102
}
103103

104-
.smaller {
104+
.smaller, .smaller .katex {
105105
font-size: 1.2em;
106106
}
107107

108-
.smaller-x {
108+
.smaller2, .smaller2 .katex {
109+
font-size: 1.0em;
110+
}
111+
112+
.smaller-x, .smaller-x .katex{
109113
font-size: 0.8em;
110114
}
111115

@@ -120,7 +124,6 @@ strong {
120124
.katex {
121125
color: #356aaf;
122126
font-size: 18pt;
123-
124127
}
125128

126129
.black-slide .katex, .black-slide h1 {

code/lec5-convnet.ipynb

+60-60
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)