Skip to content

Commit 84572e4

Browse files
Add citation
1 parent 6c85e63 commit 84572e4

25 files changed

+6
-358
lines changed

book/404.html

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -175,22 +175,6 @@ <h1 id="document-not-found-404"><a class="header" href="#document-not-found-404"
175175

176176
</div>
177177

178-
<!-- Livereload script (if served using the cli tool) -->
179-
<script>
180-
const wsProtocol = location.protocol === 'https:' ? 'wss:' : 'ws:';
181-
const wsAddress = wsProtocol + "//" + location.host + "/" + "__livereload";
182-
const socket = new WebSocket(wsAddress);
183-
socket.onmessage = function (event) {
184-
if (event.data === "reload") {
185-
socket.close();
186-
location.reload();
187-
}
188-
};
189-
190-
window.onbeforeunload = function() {
191-
socket.close();
192-
}
193-
</script>
194178

195179

196180

book/augmentations/cutmix.html

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -202,22 +202,6 @@ <h3 id="example"><a class="header" href="#example">Example</a></h3>
202202

203203
</div>
204204

205-
<!-- Livereload script (if served using the cli tool) -->
206-
<script>
207-
const wsProtocol = location.protocol === 'https:' ? 'wss:' : 'ws:';
208-
const wsAddress = wsProtocol + "//" + location.host + "/" + "__livereload";
209-
const socket = new WebSocket(wsAddress);
210-
socket.onmessage = function (event) {
211-
if (event.data === "reload") {
212-
socket.close();
213-
location.reload();
214-
}
215-
};
216-
217-
window.onbeforeunload = function() {
218-
socket.close();
219-
}
220-
</script>
221205

222206

223207

book/augmentations/dsa.html

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -215,22 +215,6 @@ <h3 id="example"><a class="header" href="#example">Example</a></h3>
215215

216216
</div>
217217

218-
<!-- Livereload script (if served using the cli tool) -->
219-
<script>
220-
const wsProtocol = location.protocol === 'https:' ? 'wss:' : 'ws:';
221-
const wsAddress = wsProtocol + "//" + location.host + "/" + "__livereload";
222-
const socket = new WebSocket(wsAddress);
223-
socket.onmessage = function (event) {
224-
if (event.data === "reload") {
225-
socket.close();
226-
location.reload();
227-
}
228-
};
229-
230-
window.onbeforeunload = function() {
231-
socket.close();
232-
}
233-
</script>
234218

235219

236220

book/augmentations/mixup.html

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -196,22 +196,6 @@ <h3 id="example"><a class="header" href="#example">Example</a></h3>
196196

197197
</div>
198198

199-
<!-- Livereload script (if served using the cli tool) -->
200-
<script>
201-
const wsProtocol = location.protocol === 'https:' ? 'wss:' : 'ws:';
202-
const wsAddress = wsProtocol + "//" + location.host + "/" + "__livereload";
203-
const socket = new WebSocket(wsAddress);
204-
socket.onmessage = function (event) {
205-
if (event.data === "reload") {
206-
socket.close();
207-
location.reload();
208-
}
209-
};
210-
211-
window.onbeforeunload = function() {
212-
socket.close();
213-
}
214-
</script>
215199

216200

217201

book/augmentations/overview.html

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -212,22 +212,6 @@ <h1 id="augmentations"><a class="header" href="#augmentations">Augmentations</a>
212212

213213
</div>
214214

215-
<!-- Livereload script (if served using the cli tool) -->
216-
<script>
217-
const wsProtocol = location.protocol === 'https:' ? 'wss:' : 'ws:';
218-
const wsAddress = wsProtocol + "//" + location.host + "/" + "__livereload";
219-
const socket = new WebSocket(wsAddress);
220-
socket.onmessage = function (event) {
221-
if (event.data === "reload") {
222-
socket.close();
223-
location.reload();
224-
}
225-
};
226-
227-
window.onbeforeunload = function() {
228-
socket.close();
229-
}
230-
</script>
231215

232216

233217

book/datasets/overview.html

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -229,22 +229,6 @@ <h3 id="parameters"><a class="header" href="#parameters">Parameters</a></h3>
229229

230230
</div>
231231

232-
<!-- Livereload script (if served using the cli tool) -->
233-
<script>
234-
const wsProtocol = location.protocol === 'https:' ? 'wss:' : 'ws:';
235-
const wsAddress = wsProtocol + "//" + location.host + "/" + "__livereload";
236-
const socket = new WebSocket(wsAddress);
237-
socket.onmessage = function (event) {
238-
if (event.data === "reload") {
239-
socket.close();
240-
location.reload();
241-
}
242-
};
243-
244-
window.onbeforeunload = function() {
245-
socket.close();
246-
}
247-
</script>
248232

249233

250234

book/getting-started/installation.html

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -191,22 +191,6 @@ <h2 id="installation"><a class="header" href="#installation">Installation</a></h
191191

192192
</div>
193193

194-
<!-- Livereload script (if served using the cli tool) -->
195-
<script>
196-
const wsProtocol = location.protocol === 'https:' ? 'wss:' : 'ws:';
197-
const wsAddress = wsProtocol + "//" + location.host + "/" + "__livereload";
198-
const socket = new WebSocket(wsAddress);
199-
socket.onmessage = function (event) {
200-
if (event.data === "reload") {
201-
socket.close();
202-
location.reload();
203-
}
204-
};
205-
206-
window.onbeforeunload = function() {
207-
socket.close();
208-
}
209-
</script>
210194

211195

212196

book/getting-started/quick-start.html

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -254,22 +254,6 @@ <h2 id="quick-start"><a class="header" href="#quick-start">Quick Start</a></h2>
254254

255255
</div>
256256

257-
<!-- Livereload script (if served using the cli tool) -->
258-
<script>
259-
const wsProtocol = location.protocol === 'https:' ? 'wss:' : 'ws:';
260-
const wsAddress = wsProtocol + "//" + location.host + "/" + "__livereload";
261-
const socket = new WebSocket(wsAddress);
262-
socket.onmessage = function (event) {
263-
if (event.data === "reload") {
264-
socket.close();
265-
location.reload();
266-
}
267-
};
268-
269-
window.onbeforeunload = function() {
270-
socket.close();
271-
}
272-
</script>
273257

274258

275259

book/index.html

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ <h2 id="features"><a class="header" href="#features">Features</a></h2>
187187
<h2 id="dd-ranking-score"><a class="header" href="#dd-ranking-score">DD-Ranking Score</a></h2>
188188
<p>Revisit the original goal of dataset distillation:</p>
189189
<blockquote>
190-
<p>The idea is to synthesize a small number of data points that do not need to come from the correct data distribution, but will, when given to the learning algorithm as training data, approximate the model trained on the original data.</p>
190+
<p>The idea is to synthesize a small number of data points that do not need to come from the correct data distribution, but will, when given to the learning algorithm as training data, approximate the model trained on the original data. (Wang et al., 2020)</p>
191191
</blockquote>
192192
<p>The evaluation method for DD-Ranking is grounded in the essence of dataset distillation, aiming to better reflect the information content of the synthesized data by assessing the following two aspects:</p>
193193
<ol>
@@ -231,22 +231,6 @@ <h2 id="dd-ranking-score"><a class="header" href="#dd-ranking-score">DD-Ranking
231231

232232
</div>
233233

234-
<!-- Livereload script (if served using the cli tool) -->
235-
<script>
236-
const wsProtocol = location.protocol === 'https:' ? 'wss:' : 'ws:';
237-
const wsAddress = wsProtocol + "//" + location.host + "/" + "__livereload";
238-
const socket = new WebSocket(wsAddress);
239-
socket.onmessage = function (event) {
240-
if (event.data === "reload") {
241-
socket.close();
242-
location.reload();
243-
}
244-
};
245-
246-
window.onbeforeunload = function() {
247-
socket.close();
248-
}
249-
</script>
250234

251235

252236

book/introduction.html

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ <h2 id="features"><a class="header" href="#features">Features</a></h2>
187187
<h2 id="dd-ranking-score"><a class="header" href="#dd-ranking-score">DD-Ranking Score</a></h2>
188188
<p>Revisit the original goal of dataset distillation:</p>
189189
<blockquote>
190-
<p>The idea is to synthesize a small number of data points that do not need to come from the correct data distribution, but will, when given to the learning algorithm as training data, approximate the model trained on the original data.</p>
190+
<p>The idea is to synthesize a small number of data points that do not need to come from the correct data distribution, but will, when given to the learning algorithm as training data, approximate the model trained on the original data. (Wang et al., 2020)</p>
191191
</blockquote>
192192
<p>The evaluation method for DD-Ranking is grounded in the essence of dataset distillation, aiming to better reflect the information content of the synthesized data by assessing the following two aspects:</p>
193193
<ol>
@@ -231,22 +231,6 @@ <h2 id="dd-ranking-score"><a class="header" href="#dd-ranking-score">DD-Ranking
231231

232232
</div>
233233

234-
<!-- Livereload script (if served using the cli tool) -->
235-
<script>
236-
const wsProtocol = location.protocol === 'https:' ? 'wss:' : 'ws:';
237-
const wsAddress = wsProtocol + "//" + location.host + "/" + "__livereload";
238-
const socket = new WebSocket(wsAddress);
239-
socket.onmessage = function (event) {
240-
if (event.data === "reload") {
241-
socket.close();
242-
location.reload();
243-
}
244-
};
245-
246-
window.onbeforeunload = function() {
247-
socket.close();
248-
}
249-
</script>
250234

251235

252236

0 commit comments

Comments
 (0)