Skip to content

Commit

Permalink
Deployed 535819d to develop with MkDocs 1.6.1 and mike 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 5, 2024
1 parent 7c8deb0 commit c64ea23
Show file tree
Hide file tree
Showing 13 changed files with 42 additions and 42 deletions.
6 changes: 3 additions & 3 deletions develop/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@


<link rel="icon" href="https://media.roboflow.com/open-source/supervision/supervision-lenny.png">
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.5.40">
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.5.43">



<title>maestro</title>



<link rel="stylesheet" href="/multimodal-maestro/develop/assets/stylesheets/main.8c3ca2c6.min.css">
<link rel="stylesheet" href="/multimodal-maestro/develop/assets/stylesheets/main.0253249f.min.css">


<link rel="stylesheet" href="/multimodal-maestro/develop/assets/stylesheets/palette.06af60db.min.css">
Expand Down Expand Up @@ -486,7 +486,7 @@ <h1>404 - Not found</h1>
<script id="__config" type="application/json">{"base": "/multimodal-maestro/develop", "features": [], "search": "/multimodal-maestro/develop/assets/javascripts/workers/search.6ce7567c.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}, "version": {"provider": "mike"}}</script>


<script src="/multimodal-maestro/develop/assets/javascripts/bundle.525ec568.min.js"></script>
<script src="/multimodal-maestro/develop/assets/javascripts/bundle.83f73b43.min.js"></script>


</body>
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions develop/assets/stylesheets/main.0253249f.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions develop/assets/stylesheets/main.0253249f.min.css.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion develop/assets/stylesheets/main.8c3ca2c6.min.css

This file was deleted.

1 change: 0 additions & 1 deletion develop/assets/stylesheets/main.8c3ca2c6.min.css.map

This file was deleted.

28 changes: 14 additions & 14 deletions develop/florence-2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@


<link rel="icon" href="https://media.roboflow.com/open-source/supervision/supervision-lenny.png">
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.5.40">
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.5.43">



<title>Florence-2 - maestro</title>



<link rel="stylesheet" href="../assets/stylesheets/main.8c3ca2c6.min.css">
<link rel="stylesheet" href="../assets/stylesheets/main.0253249f.min.css">


<link rel="stylesheet" href="../assets/stylesheets/palette.06af60db.min.css">
Expand Down Expand Up @@ -938,7 +938,7 @@ <h2><a href="#maestro.trainer.models.florence_2.core.Configuration">Configuratio
<tr class="doc-section-item">
<td><code><span title="maestro.trainer.models.florence_2.core.Configuration.device">device</span></code></td>
<td>
<code>device</code>
<code><span title="torch.device">device</span></code>
</td>
<td>
<div class="doc-md-description">
Expand All @@ -949,7 +949,7 @@ <h2><a href="#maestro.trainer.models.florence_2.core.Configuration">Configuratio
<tr class="doc-section-item">
<td><code><span title="maestro.trainer.models.florence_2.core.Configuration.cache_dir">cache_dir</span></code></td>
<td>
<code>Optional[str]</code>
<code><span title="typing.Optional">Optional</span>[str]</code>
</td>
<td>
<div class="doc-md-description">
Expand All @@ -971,7 +971,7 @@ <h2><a href="#maestro.trainer.models.florence_2.core.Configuration">Configuratio
<tr class="doc-section-item">
<td><code><span title="maestro.trainer.models.florence_2.core.Configuration.optimizer">optimizer</span></code></td>
<td>
<code>Literal[&#39;sgd&#39;, &#39;adamw&#39;, &#39;adam&#39;]</code>
<code><span title="typing.Literal">Literal</span>[&#39;sgd&#39;, &#39;adamw&#39;, &#39;adam&#39;]</code>
</td>
<td>
<div class="doc-md-description">
Expand All @@ -993,7 +993,7 @@ <h2><a href="#maestro.trainer.models.florence_2.core.Configuration">Configuratio
<tr class="doc-section-item">
<td><code><span title="maestro.trainer.models.florence_2.core.Configuration.lr_scheduler">lr_scheduler</span></code></td>
<td>
<code>Literal[&#39;linear&#39;, &#39;cosine&#39;, &#39;polynomial&#39;]</code>
<code><span title="typing.Literal">Literal</span>[&#39;linear&#39;, &#39;cosine&#39;, &#39;polynomial&#39;]</code>
</td>
<td>
<div class="doc-md-description">
Expand All @@ -1016,7 +1016,7 @@ <h2><a href="#maestro.trainer.models.florence_2.core.Configuration">Configuratio
<tr class="doc-section-item">
<td><code><span title="maestro.trainer.models.florence_2.core.Configuration.val_batch_size">val_batch_size</span></code></td>
<td>
<code>Optional[int]</code>
<code><span title="typing.Optional">Optional</span>[int]</code>
</td>
<td>
<div class="doc-md-description">
Expand All @@ -1038,7 +1038,7 @@ <h2><a href="#maestro.trainer.models.florence_2.core.Configuration">Configuratio
<tr class="doc-section-item">
<td><code><span title="maestro.trainer.models.florence_2.core.Configuration.val_num_workers">val_num_workers</span></code></td>
<td>
<code>Optional[int]</code>
<code><span title="typing.Optional">Optional</span>[int]</code>
</td>
<td>
<div class="doc-md-description">
Expand Down Expand Up @@ -1082,7 +1082,7 @@ <h2><a href="#maestro.trainer.models.florence_2.core.Configuration">Configuratio
<tr class="doc-section-item">
<td><code><span title="maestro.trainer.models.florence_2.core.Configuration.bias">bias</span></code></td>
<td>
<code>Literal[&#39;none&#39;, &#39;all&#39;, &#39;lora_only&#39;]</code>
<code><span title="typing.Literal">Literal</span>[&#39;none&#39;, &#39;all&#39;, &#39;lora_only&#39;]</code>
</td>
<td>
<div class="doc-md-description">
Expand All @@ -1104,7 +1104,7 @@ <h2><a href="#maestro.trainer.models.florence_2.core.Configuration">Configuratio
<tr class="doc-section-item">
<td><code><span title="maestro.trainer.models.florence_2.core.Configuration.init_lora_weights">init_lora_weights</span></code></td>
<td>
<code>Union[bool, LoraInitLiteral]</code>
<code><span title="typing.Union">Union</span>[bool, <span title="maestro.trainer.models.paligemma.training.LoraInitLiteral">LoraInitLiteral</span>]</code>
</td>
<td>
<div class="doc-md-description">
Expand All @@ -1127,7 +1127,7 @@ <h2><a href="#maestro.trainer.models.florence_2.core.Configuration">Configuratio
<tr class="doc-section-item">
<td><code><span title="maestro.trainer.models.florence_2.core.Configuration.metrics">metrics</span></code></td>
<td>
<code>List[BaseMetric]</code>
<code>List[<span title="maestro.trainer.common.utils.metrics.BaseMetric">BaseMetric</span>]</code>
</td>
<td>
<div class="doc-md-description">
Expand Down Expand Up @@ -1309,7 +1309,7 @@ <h2><a href="#maestro.trainer.models.florence_2.core.train">train</a></h2>
<h2 id="maestro.trainer.models.florence_2.core.train(config)" class="doc doc-heading doc-heading-parameter"> <code>config</code>
<a href="#maestro.trainer.models.florence_2.core.train(config)" class="headerlink" title="Permanent link">&para;</a></h2> </td>
<td>
<code>Configuration</code>
<code><a class="autorefs autorefs-internal" title="maestro.trainer.models.florence_2.core.Configuration" href="#maestro.trainer.models.florence_2.core.Configuration">Configuration</a></code>
</td>
<td>
<div class="doc-md-description">
Expand Down Expand Up @@ -1567,7 +1567,7 @@ <h2><a href="#maestro.trainer.models.florence_2.core.evaluate">evaluate</a></h2>
<h2 id="maestro.trainer.models.florence_2.core.evaluate(config)" class="doc doc-heading doc-heading-parameter"> <code>config</code>
<a href="#maestro.trainer.models.florence_2.core.evaluate(config)" class="headerlink" title="Permanent link">&para;</a></h2> </td>
<td>
<code>Configuration</code>
<code><a class="autorefs autorefs-internal" title="maestro.trainer.models.florence_2.core.Configuration" href="#maestro.trainer.models.florence_2.core.Configuration">Configuration</a></code>
</td>
<td>
<div class="doc-md-description">
Expand Down Expand Up @@ -1862,7 +1862,7 @@ <h2 id="maestro.trainer.models.florence_2.core.evaluate(config)" class="doc doc-
<script id="__config" type="application/json">{"base": "..", "features": [], "search": "../assets/javascripts/workers/search.6ce7567c.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}, "version": {"provider": "mike"}}</script>


<script src="../assets/javascripts/bundle.525ec568.min.js"></script>
<script src="../assets/javascripts/bundle.83f73b43.min.js"></script>


</body>
Expand Down
6 changes: 3 additions & 3 deletions develop/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@


<link rel="icon" href="https://media.roboflow.com/open-source/supervision/supervision-lenny.png">
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.5.40">
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.5.43">



<title>maestro</title>



<link rel="stylesheet" href="assets/stylesheets/main.8c3ca2c6.min.css">
<link rel="stylesheet" href="assets/stylesheets/main.0253249f.min.css">


<link rel="stylesheet" href="assets/stylesheets/palette.06af60db.min.css">
Expand Down Expand Up @@ -678,7 +678,7 @@ <h3 id="sdk">SDK<a class="headerlink" href="#sdk" title="Permanent link">&para;<
<script id="__config" type="application/json">{"base": ".", "features": [], "search": "assets/javascripts/workers/search.6ce7567c.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}, "version": {"provider": "mike"}}</script>


<script src="assets/javascripts/bundle.525ec568.min.js"></script>
<script src="assets/javascripts/bundle.83f73b43.min.js"></script>


</body>
Expand Down
16 changes: 8 additions & 8 deletions develop/metrics/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@


<link rel="icon" href="https://media.roboflow.com/open-source/supervision/supervision-lenny.png">
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.5.40">
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.5.43">



<title>Metrics - maestro</title>



<link rel="stylesheet" href="../assets/stylesheets/main.8c3ca2c6.min.css">
<link rel="stylesheet" href="../assets/stylesheets/main.0253249f.min.css">


<link rel="stylesheet" href="../assets/stylesheets/palette.06af60db.min.css">
Expand Down Expand Up @@ -866,7 +866,7 @@ <h2><a href="#maestro.trainer.common.MeanAveragePrecisionMetric">MeanAveragePrec
<a id="maestro.trainer.common.MeanAveragePrecisionMetric"></a>
<div class="doc doc-contents first">
<p class="doc doc-class-bases">
Bases: <code>BaseMetric</code></p>
Bases: <code><span title="maestro.trainer.common.utils.metrics.BaseMetric">BaseMetric</span></code></p>


<p>A class used to compute the Mean Average Precision (mAP) metric.</p>
Expand Down Expand Up @@ -984,7 +984,7 @@ <h3 id="maestro.trainer.common.MeanAveragePrecisionMetric.compute" class="doc do
<h4 id="maestro.trainer.common.MeanAveragePrecisionMetric.compute(targets)" class="doc doc-heading doc-heading-parameter"> <code>targets</code>
<a href="#maestro.trainer.common.MeanAveragePrecisionMetric.compute(targets)" class="headerlink" title="Permanent link">&para;</a></h4> </td>
<td>
<code>List[Detections]</code>
<code>List[<span title="supervision.Detections">Detections</span>]</code>
</td>
<td>
<div class="doc-md-description">
Expand All @@ -1000,7 +1000,7 @@ <h4 id="maestro.trainer.common.MeanAveragePrecisionMetric.compute(targets)" clas
<h4 id="maestro.trainer.common.MeanAveragePrecisionMetric.compute(predictions)" class="doc doc-heading doc-heading-parameter"> <code>predictions</code>
<a href="#maestro.trainer.common.MeanAveragePrecisionMetric.compute(predictions)" class="headerlink" title="Permanent link">&para;</a></h4> </td>
<td>
<code>List[Detections]</code>
<code>List[<span title="supervision.Detections">Detections</span>]</code>
</td>
<td>
<div class="doc-md-description">
Expand Down Expand Up @@ -1147,7 +1147,7 @@ <h2><a href="#maestro.trainer.common.WordErrorRateMetric">WordErrorRateMetric</a
<a id="maestro.trainer.common.WordErrorRateMetric"></a>
<div class="doc doc-contents first">
<p class="doc doc-class-bases">
Bases: <code>BaseMetric</code></p>
Bases: <code><span title="maestro.trainer.common.utils.metrics.BaseMetric">BaseMetric</span></code></p>


<p>A class used to compute the Word Error Rate (WER) metric.</p>
Expand Down Expand Up @@ -1464,7 +1464,7 @@ <h2><a href="#maestro.trainer.common.CharacterErrorRateMetric">CharacterErrorRat
<a id="maestro.trainer.common.CharacterErrorRateMetric"></a>
<div class="doc doc-contents first">
<p class="doc doc-class-bases">
Bases: <code>BaseMetric</code></p>
Bases: <code><span title="maestro.trainer.common.utils.metrics.BaseMetric">BaseMetric</span></code></p>


<p>A class used to compute the Character Error Rate (CER) metric.</p>
Expand Down Expand Up @@ -1870,7 +1870,7 @@ <h3 id="maestro.trainer.common.CharacterErrorRateMetric.describe" class="doc doc
<script id="__config" type="application/json">{"base": "..", "features": [], "search": "../assets/javascripts/workers/search.6ce7567c.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}, "version": {"provider": "mike"}}</script>


<script src="../assets/javascripts/bundle.525ec568.min.js"></script>
<script src="../assets/javascripts/bundle.83f73b43.min.js"></script>


</body>
Expand Down
8 changes: 4 additions & 4 deletions develop/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://roboflow.github.io/multimodal-maestro/develop/</loc>
<lastmod>2024-10-14</lastmod>
<lastmod>2024-11-05</lastmod>
</url>
<url>
<loc>https://roboflow.github.io/multimodal-maestro/develop/florence-2/</loc>
<lastmod>2024-10-14</lastmod>
<lastmod>2024-11-05</lastmod>
</url>
<url>
<loc>https://roboflow.github.io/multimodal-maestro/develop/metrics/</loc>
<lastmod>2024-10-14</lastmod>
<lastmod>2024-11-05</lastmod>
</url>
<url>
<loc>https://roboflow.github.io/multimodal-maestro/develop/tasks/</loc>
<lastmod>2024-10-14</lastmod>
<lastmod>2024-11-05</lastmod>
</url>
</urlset>
Binary file modified develop/sitemap.xml.gz
Binary file not shown.
6 changes: 3 additions & 3 deletions develop/tasks/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@


<link rel="icon" href="https://media.roboflow.com/open-source/supervision/supervision-lenny.png">
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.5.40">
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.5.43">



<title>Tasks - maestro</title>



<link rel="stylesheet" href="../assets/stylesheets/main.8c3ca2c6.min.css">
<link rel="stylesheet" href="../assets/stylesheets/main.0253249f.min.css">


<link rel="stylesheet" href="../assets/stylesheets/palette.06af60db.min.css">
Expand Down Expand Up @@ -620,7 +620,7 @@ <h2 id="object-character-recognition-ocr">Object Character Recognition (OCR)<a c
<script id="__config" type="application/json">{"base": "..", "features": [], "search": "../assets/javascripts/workers/search.6ce7567c.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}, "version": {"provider": "mike"}}</script>


<script src="../assets/javascripts/bundle.525ec568.min.js"></script>
<script src="../assets/javascripts/bundle.83f73b43.min.js"></script>


</body>
Expand Down

0 comments on commit c64ea23

Please sign in to comment.