Skip to content

Commit

Permalink
deploy: 1ca1ac7
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzhanrahmanian committed Mar 16, 2024
1 parent f2c61ef commit 7838fef
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions arcana.procedures.html
Original file line number Diff line number Diff line change
Expand Up @@ -326,11 +326,15 @@ <h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this
<dl class="py method">
<dt class="sig sig-object py" id="arcana.procedures.finetuning.FineTuning.training">
<span class="sig-name descname"><span class="pre">training</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">trial</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">None</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">model_folder</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">None</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#arcana.procedures.finetuning.FineTuning.training" title="Permalink to this definition"></a></dt>
<dd><p>Finetune the model depending on the transfer learning strategy
:param trial: optuna trial
:type trial: optuna.trial
:param model_folder: model folder
:type model_folder: str</p>
<dd><p>Finetune the model depending on the transfer learning strategy</p>
<dl class="field-list simple">
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
<dd class="field-odd"><ul class="simple">
<li><p><strong>trial</strong> (<em>optuna.trial</em>) – optuna trial</p></li>
<li><p><strong>model_folder</strong> (<em>str</em>) – model folder</p></li>
</ul>
</dd>
</dl>
</dd></dl>

<dl class="py method">
Expand Down

0 comments on commit 7838fef

Please sign in to comment.