Deployed fe58d78 with MkDocs version: 1.5.2

This commit is contained in:
github-actions[bot]
2023-08-11 17:53:28 +00:00
parent 3df836765a
commit 2d277de054
44 changed files with 528 additions and 528 deletions

View File

@@ -8,7 +8,7 @@
<title>Model Selection - AI on the Edge Device</title>
<link rel="stylesheet" href="../css/theme.css" />
<link rel="stylesheet" href="../css/theme_extra.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.5.0/styles/github.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/styles/github.min.css" />
<script>
// Current page data
@@ -17,12 +17,11 @@
var mkdocs_page_url = "/AI-on-the-edge-device-docs/Choosing-the-Model/";
</script>
<script src="../js/jquery-3.6.0.min.js" defer></script>
<!--[if lt IE 9]>
<script src="../js/html5shiv.min.js"></script>
<![endif]-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.5.0/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/highlight.min.js"></script>
<script>hljs.highlightAll();</script>
</head>
<body class="wy-body-for-nav" role="document">
@@ -205,7 +204,7 @@
<ul class="wy-breadcrumbs">
<li><a href=".." class="icon icon-home" aria-label="Docs"></a> &raquo;</li>
<li>Configuration &raquo;</li>
<li>Model Selection</li>
<li class="breadcrumb-item active">Model Selection</li>
<li class="wy-breadcrumbs-aside">
<a href="https://github.com/jomjol/AI-on-the-edge-device-docs/edit/main/docs/Choosing-the-Model.md" class="icon icon-github"> Edit on GitHub</a>
</li>
@@ -269,17 +268,17 @@ Usually the models are distrusted therefore in both versions. They can be distin
<table>
<thead>
<tr>
<th align="left">Type</th>
<th style="text-align: left;">Type</th>
<th>Name</th>
</tr>
</thead>
<tbody>
<tr>
<td align="left">Normal</td>
<td style="text-align: left;">Normal</td>
<td><code>dig-cont_0610_s3.tflite</code></td>
</tr>
<tr>
<td align="left">Quantized</td>
<td style="text-align: left;">Quantized</td>
<td><code>dig-cont_0610_s3-q.tflite</code></td>
</tr>
</tbody>
@@ -323,14 +322,15 @@ Usually the models are distrusted therefore in both versions. They can be distin
</span>
</div>
<script>var base_url = '..';</script>
<script src="../js/theme_extra.js" defer></script>
<script src="../js/theme.js" defer></script>
<script src="../search/main.js" defer></script>
<script defer>
window.onload = function () {
<script src="../js/jquery-3.6.0.min.js"></script>
<script>var base_url = "..";</script>
<script src="../js/theme_extra.js"></script>
<script src="../js/theme.js"></script>
<script src="../search/main.js"></script>
<script>
jQuery(function () {
SphinxRtdTheme.Navigation.enable(true);
};
});
</script>
</body>