Skip to content

Commit

Permalink
[CI] Publish Documentation for 8d99d08 - 8d99d08 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
mamurak committed Apr 16, 2024
1 parent f269fa9 commit 9e87659
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion rhods-od-workshop/2-01-model-api.html
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ <h1 class="page">2.1 Serving a model</h1>
<p>Under <strong>Model location</strong>, <strong>Existing data connection</strong> select the <em>object-detection</em> data connection that was provisioned earlier for you. As you have seen in sections 1.1 and 1.2, this data connection points to your user S3 bucket where the model and other data reside.</p>
</li>
<li>
<p>Under <strong>Path</strong> enter <code>models/yolov5m.onnx</code>.</p>
<p>Under <strong>Path</strong> enter <code>models/yolov5m</code>.</p>
</li>
</ul>
</div>
Expand Down
2 changes: 1 addition & 1 deletion rhods-od-workshop/4-01-training-the-model.html
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ <h1 class="page">4.1 Fine Tuning and Training a Model</h1>
</div>
</div>
<div class="paragraph">
<p>To test the new model, go back to the <code>1_explore</code> notebook. Update <code>model_id</code> to the ID of the new model artefact. Update the class labels as follows:</p>
<p>To test the new model, go back to the <code>1_explore</code> notebook. Update <code>model_path</code> to the path of the new model artefact. Update the class labels as follows:</p>
</div>
<div class="listingblock lines_space console-input">
<div class="content">
Expand Down
28 changes: 14 additions & 14 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,58 +2,58 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://mamurak.github.io/rhods-od-workshop/rhods-od-workshop/1-01-project-setup.html</loc>
<lastmod>2024-01-24T13:35:58.466Z</lastmod>
<lastmod>2024-04-16T21:13:38.272Z</lastmod>
</url>
<url>
<loc>https://mamurak.github.io/rhods-od-workshop/rhods-od-workshop/1-02-jupyter-env.html</loc>
<lastmod>2024-01-24T13:35:58.466Z</lastmod>
<lastmod>2024-04-16T21:13:38.272Z</lastmod>
</url>
<url>
<loc>https://mamurak.github.io/rhods-od-workshop/rhods-od-workshop/1-03-notebooks.html</loc>
<lastmod>2024-01-24T13:35:58.466Z</lastmod>
<lastmod>2024-04-16T21:13:38.272Z</lastmod>
</url>
<url>
<loc>https://mamurak.github.io/rhods-od-workshop/rhods-od-workshop/1-04-object-detection.html</loc>
<lastmod>2024-01-24T13:35:58.466Z</lastmod>
<lastmod>2024-04-16T21:13:38.272Z</lastmod>
</url>
<url>
<loc>https://mamurak.github.io/rhods-od-workshop/rhods-od-workshop/2-01-model-api.html</loc>
<lastmod>2024-01-24T13:35:58.466Z</lastmod>
<lastmod>2024-04-16T21:13:38.272Z</lastmod>
</url>
<url>
<loc>https://mamurak.github.io/rhods-od-workshop/rhods-od-workshop/2-02-deploy-s2i.html</loc>
<lastmod>2024-01-24T13:35:58.466Z</lastmod>
<lastmod>2024-04-16T21:13:38.272Z</lastmod>
</url>
<url>
<loc>https://mamurak.github.io/rhods-od-workshop/rhods-od-workshop/2-03-testing-deployment.html</loc>
<lastmod>2024-01-24T13:35:58.466Z</lastmod>
<lastmod>2024-04-16T21:13:38.272Z</lastmod>
</url>
<url>
<loc>https://mamurak.github.io/rhods-od-workshop/rhods-od-workshop/2-04-calling-from-application.html</loc>
<lastmod>2024-01-24T13:35:58.466Z</lastmod>
<lastmod>2024-04-16T21:13:38.272Z</lastmod>
</url>
<url>
<loc>https://mamurak.github.io/rhods-od-workshop/rhods-od-workshop/3-01-running-the-model-offline.html</loc>
<lastmod>2024-01-24T13:35:58.466Z</lastmod>
<lastmod>2024-04-16T21:13:38.272Z</lastmod>
</url>
<url>
<loc>https://mamurak.github.io/rhods-od-workshop/rhods-od-workshop/3-02-offline-scoring-pipelines.html</loc>
<lastmod>2024-01-24T13:35:58.466Z</lastmod>
<lastmod>2024-04-16T21:13:38.272Z</lastmod>
</url>
<url>
<loc>https://mamurak.github.io/rhods-od-workshop/rhods-od-workshop/4-01-training-the-model.html</loc>
<lastmod>2024-01-24T13:35:58.466Z</lastmod>
<lastmod>2024-04-16T21:13:38.272Z</lastmod>
</url>
<url>
<loc>https://mamurak.github.io/rhods-od-workshop/rhods-od-workshop/4-02-integrating-the-new-model.html</loc>
<lastmod>2024-01-24T13:35:58.466Z</lastmod>
<lastmod>2024-04-16T21:13:38.272Z</lastmod>
</url>
<url>
<loc>https://mamurak.github.io/rhods-od-workshop/rhods-od-workshop/conclusion.html</loc>
<lastmod>2024-01-24T13:35:58.466Z</lastmod>
<lastmod>2024-04-16T21:13:38.272Z</lastmod>
</url>
<url>
<loc>https://mamurak.github.io/rhods-od-workshop/rhods-od-workshop/index.html</loc>
<lastmod>2024-01-24T13:35:58.466Z</lastmod>
<lastmod>2024-04-16T21:13:38.272Z</lastmod>
</url>
</urlset>

0 comments on commit 9e87659

Please sign in to comment.