|
1 | 1 | <!doctype html>
|
2 | 2 | <html>
|
3 | 3 | <head>
|
| 4 | + <meta charset="utf-8"> |
| 5 | + <!-- <title>Redirecting to https://bob.github.io/repo/</title> --> |
| 6 | + <meta http-equiv="refresh" content="0; URL=http://for.ai/compute-thresholds.github.io/"> |
| 7 | + <link rel="canonical" href="http://for.ai/compute-thresholds.github.io/"> |
| 8 | + |
4 | 9 | <title>On the Limitations of Compute Thresholds as a Governance Strategy</title>
|
5 | 10 | <!-- Twitter Card data -->
|
6 | 11 | <meta name="twitter:card" value="summary">
|
|
16 | 21 | <meta property="og:type" content="article" />
|
17 | 22 | <!-- <meta property="og:description" content="What do pruned deep neural networks forget?" /> -->
|
18 | 23 | <meta property="og:image" content="https://cdn.glitch.com/02868eea-fe84-443e-964a-8f04885fa5fa%2Faccuracy_distribution.png?v=1574118354833" />
|
19 |
| - <meta property="og:url" content="http://for.ai/compute-thresholds/" /> |
| 24 | + <meta property="og:url" content="http://for.ai/compute-thresholds.github.io//" /> |
20 | 25 | <!-- <meta property="og:site_name" content="Deep Neural Network Pruning"> -->
|
21 | 26 | <meta property="og:locale" content="en_US">
|
22 | 27 |
|
23 | 28 |
|
24 | 29 | <!-- https://scholar.google.com/intl/en/scholar/inclusion.html#indexing -->
|
25 | 30 | <meta name="citation_title" content="On the Limitations of Compute Thresholds as a Governance Strategy: Measuring the Disparate Impact of Model Pruning">
|
26 |
| - <meta name="citation_fulltext_html_url" content="http://for.ai/compute-thresholds/"> |
| 31 | + <meta name="citation_fulltext_html_url" content="http://for.ai/compute-thresholds.github.io//"> |
27 | 32 | <!-- Update paper link -->
|
28 | 33 | <meta name="citation_pdf_url" content="https://arxiv.org/abs/1911.05248">
|
29 | 34 | <meta name="citation_fulltext_world_readable" content="">
|
|
44 | 49 | <!-- https://schema.org/Article -->
|
45 | 50 | <meta property="description" itemprop="description" content="On the Limitations of Compute Thresholds as a Governance Strategy.">
|
46 | 51 | <meta property="article:author" content="Sara Hooker">
|
47 |
| - <meta property="article:url" content="http://for.ai/compute-thresholds/" /> |
| 52 | + <meta property="article:url" content="http://for.ai/compute-thresholds.github.io//" /> |
48 | 53 | <link href="https://fonts.googleapis.com/css?family=Roboto:300,400" rel="stylesheet">
|
49 | 54 | <link rel="stylesheet" href="https://code.getmdl.io/1.3.0/material.indigo-pink.min.css">
|
50 | 55 | <style>
|
|
0 commit comments